~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Martin Pool
  • Date: 2005-09-05 09:27:11 UTC
  • Revision ID: mbp@sourcefrog.net-20050905092711-f9f5bded3fd82605
- more disentangling of xml storage format from objects

- remove pack_xml and unpack_xml function in favor of 
  serializer object

- test unpacking canned revision xml

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
                'bzrlib.util',
20
20
                'bzrlib.util.elementtree',
21
21
                'bzrlib.util.effbot.org',
22
 
                'bzrlib.util.urlgrabber'],
 
22
                ],
23
23
      scripts=['bzr'])