~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to weave.py

  • Committer: Martin Pool
  • Date: 2005-06-28 14:59:30 UTC
  • mto: This revision was merged to the branch mainline in revision 852.
  • Revision ID: mbp@sourcefrog.net-20050628145930-96441b83a8d91425
More fixes to try to run on python2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
    from sets import Set, ImmutableSet
52
52
    set = Set
53
53
    frozenset = ImmutableSet
54
 
    del Set, FrozenSet
 
54
    del Set, ImmutableSet
55
55
 
56
56
 
57
57
class VerInfo(object):