/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/atomicfile.py

1st cut merge of bzr.dev r3907

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
        self._fd = None
54
54
 
55
55
        if _hostname is None:
56
 
            _hostname = socket.gethostname()
 
56
            _hostname = osutils.get_host_name()
57
57
 
58
58
        self.tmpfilename = '%s.%d.%s.tmp' % (filename, _pid, _hostname)
59
59