~brian-murray/ubuntu-archive-tools/pup-raring

« back to all changes in this revision

Viewing changes to edit_acl.py

  • Committer: Colin Watson
  • Date: 2009-09-07 14:43:57 UTC
  • Revision ID: cjwatson@canonical.com-20090907144357-1mjue8h5cy5y8i3w
import launchpadlib.errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
sys.path.insert(0, os.path.join(
12
12
    os.path.dirname(__file__), 'lib'))
13
13
 
14
 
import launchpadlib
 
14
import launchpadlib.errors
15
15
 
16
16
import lputils
17
17