~nacc/ubuntu-dev-tools/update-vcs

« back to all changes in this revision

Viewing changes to ppaput

  • Committer: Siegfried-Angel Gevatter Pujals
  • Date: 2008-02-18 16:33:02 UTC
  • Revision ID: rainct@ubuntu.com-20080218163302-tjcjxxtfxz25aact
Rename new binary to python-ubuntutools (ubuntutools is a namespace now). Minor changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
from optparse import OptionParser
15
15
 
16
16
try:
17
 
        import ppaput
 
17
        import ubuntutools.ppaput
18
18
except ImportError:
19
19
        print 'You need python-ubuntu-utils installed to use ppaput.'
20
20
        sys.exit(1)