/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 bzrlib/tests/test_version_info.py

  • Committer: Jelmer Vernooij
  • Date: 2017-02-05 23:03:41 UTC
  • mto: (6621.2.2 py3)
  • mto: This revision was merged to the branch mainline in revision 6624.
  • Revision ID: jelmer@jelmer.uk-20170205230341-m9v87fyklenponki
Apply 2to3 getcwdu fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
265
265
        finally:
266
266
            outf.close()
267
267
        module_info = imp.find_module('test_version_information',
268
 
                                      [os.getcwdu()])
 
268
                                      [os.getcwd()])
269
269
        tvi = imp.load_module('tvi', *module_info)
270
270
        # Make sure the module isn't cached
271
271
        sys.modules.pop('tvi', None)