~free.ekanayaka/landscape-client/jaunty-1.5.2.1-0ubuntu0.9.04.0

« back to all changes in this revision

Viewing changes to landscape/manager/scriptexecution.py

  • Committer: Free Ekanayaka
  • Date: 2010-06-16 10:01:20 UTC
  • Revision ID: free.ekanayaka@canonical.com-20100616100120-k185twz19yf1qqmh
* New upstream version (LP: #594594):
  - A new includes information about active network devices and their
    IP address in sysinfo output (LP: #272344).
  - A new plugin collects information about network traffic (#LP :284662).
  - Report information about which packages requested a reboot (LP: #538253).
  - Fix breakage on Lucid AMIs having no ramdisk (LP: #574810).
  - Migrate the inter-process communication system from DBus to Twisted AMP.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
from twisted.internet.error import ProcessDone
15
15
 
16
16
from landscape.lib.scriptcontent import build_script
17
 
from landscape.manager.manager import ManagerPlugin, SUCCEEDED, FAILED
 
17
from landscape.manager.plugin import ManagerPlugin, SUCCEEDED, FAILED
18
18
 
19
19
 
20
20
ALL_USERS = object()