~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_import_tariff.py

  • Committer: Jelmer Vernooij
  • Date: 2011-02-19 22:39:03 UTC
  • mto: This revision was merged to the branch mainline in revision 5674.
  • Revision ID: jelmer@samba.org-20110219223903-li6ddcm9d3jic2ug
Remove unused serializer class.

Avoid unnecessary level of Serializer inheritance.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
            'bzrlib.bugtracker',
100
100
            'bzrlib.bundle.commands',
101
101
            'bzrlib.cmd_version_info',
 
102
            'bzrlib.externalcommand',
102
103
            'bzrlib.foreign',
103
104
            'bzrlib.gpg',
104
105
            'bzrlib.info',
111
112
            'bzrlib.smart',
112
113
            'bzrlib.transform',
113
114
            'bzrlib.version_info_formats.format_rio',
 
115
            'bzrlib.xml4',
 
116
            'bzrlib.xml5',
 
117
            'bzrlib.xml6',
 
118
            'bzrlib.xml7',
114
119
            'kerberos',
115
120
            'smtplib',
116
121
            'tarfile',