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

  • Committer: Martin Pool
  • Date: 2009-08-14 12:08:08 UTC
  • mto: This revision was merged to the branch mainline in revision 4614.
  • Revision ID: mbp@sourcefrog.net-20090814120808-4gvx7fhg44z29cj3
Use platform(aliased=1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
 
65
65
    to_file.write("  Python standard library:" + ' ')
66
66
    to_file.write(os.path.dirname(os.__file__) + '\n')
67
 
    to_file.write("  Platform: %s\n" % platform.platform())
 
67
    to_file.write("  Platform: %s\n" % platform.platform(aliased=1))
68
68
    to_file.write("  bzrlib: ")
69
69
    if len(bzrlib.__path__) > 1:
70
70
        # print repr, which is a good enough way of making it clear it's