/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/plugins/fastimport/cmds.py

  • Committer: Jelmer Vernooij
  • Date: 2017-10-26 11:10:38 UTC
  • mfrom: (6791.2.7 python3)
  • Revision ID: jelmer@jelmer.uk-20171026111038-cvils4aykn7ffcju
Merge lp:~jelmer/brz/fix-imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
316
316
                user_map=user_map)
317
317
 
318
318
    def _generate_info(self, source):
319
 
        from cStringIO import StringIO
 
319
        from ...sixish import StringIO
320
320
        from fastimport import parser
321
321
        from fastimport.errors import ParsingError
322
322
        from ...errors import BzrCommandError