/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/transport/ftp/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2017-11-12 17:53:47 UTC
  • mfrom: (6813 trunk)
  • mto: This revision was merged to the branch mainline in revision 6819.
  • Revision ID: jelmer@jelmer.uk-20171112175347-wovgaqmkbyo8fo7f
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
296
296
        """
297
297
        abspath = self._remote_path(relpath)
298
298
        tmp_abspath = '%s.tmp.%.9f.%d.%d' % (abspath, time.time(),
299
 
                        os.getpid(), random.randint(0,0x7FFFFFFF))
 
299
                        os.getpid(), random.randint(0, 0x7FFFFFFF))
300
300
        bytes = None
301
301
        if getattr(fp, 'read', None) is None:
302
302
            # hand in a string IO