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

  • Committer: Martin Pool
  • Date: 2008-03-19 01:43:43 UTC
  • mto: This revision was merged to the branch mainline in revision 3297.
  • Revision ID: mbp@sourcefrog.net-20080319014343-uftcx516win6wqds
Fix formatting of other occurrences of Python version

Show diffs side-by-side

added added

removed removed

Lines of Context:
2666
2666
            print '   %s (%s python%s)' % (
2667
2667
                    bzrlib.__path__[0],
2668
2668
                    bzrlib.version_string,
2669
 
                    '.'.join(map(str, sys.version_info)),
 
2669
                    bzrlib._format_version_tuple(sys.version_info),
2670
2670
                    )
2671
2671
        print
2672
2672
        if testspecs_list is not None: