~free.ekanayaka/landscape-client/lucid-1.5.4-0ubuntu0.10.04.0

« back to all changes in this revision

Viewing changes to landscape/manager/scriptexecution.py

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2010-06-28 18:07:18 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100628180718-vytyqgbtkiirv5sb
Tags: 1.5.2.1-0ubuntu0.10.04.0
Filter duplicate network interfaces in get_active_interfaces (LP: #597000)

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()