/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/archive/zip.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-07-17 09:43:24 UTC
  • mfrom: (7045.1.9 python3-o)
  • Revision ID: breezy.the.bot@gmail.com-20180717094324-sejdvmx3kha2zeq8
Fix another ~500 tests on Python 3.

Merged from https://code.launchpad.net/~jelmer/brz/python3-o/+merge/349632

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
                else:
67
67
                    mtime = tree.get_file_mtime(tp, file_id)
68
68
                date_time = time.localtime(mtime)[:6]
69
 
                filename = osutils.pathjoin(root, dp).encode('utf8')
 
69
                filename = osutils.pathjoin(root, dp)
70
70
                if ie.kind == "file":
71
71
                    zinfo = zipfile.ZipInfo(
72
72
                                filename=filename,