~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.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:
236
236
            '   bzr-%s python-%s %s\n' % (
237
237
                    bzrlib.version_string,
238
238
                    bzrlib._format_version_tuple(sys.version_info),
239
 
                    platform.platform(),
 
239
                    platform.platform(aliased=1),
240
240
                    ))
241
241
        self.stream.write('\n')
242
242