~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2005-05-26 02:13:57 UTC
  • Revision ID: mbp@sourcefrog.net-20050526021357-9a56decdca0c174f
- All top-level classes inherit from object
  (Python new-style classes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
    raise BzrCommandError("unknown command %r" % cmd)
67
67
 
68
68
 
69
 
class Command:
 
69
class Command(object):
70
70
    """Base class for commands.
71
71
 
72
72
    The docstring for an actual command should give a single-line