~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.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:
80
80
######################################################################
81
81
# branch objects
82
82
 
83
 
class Branch:
 
83
class Branch(object):
84
84
    """Branch holding a history of revisions.
85
85
 
86
86
    base