~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/version.py

  • Committer: Martin Pool
  • Date: 2007-06-15 07:01:24 UTC
  • mfrom: (2528 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2530.
  • Revision ID: mbp@sourcefrog.net-20070615070124-clpwqh5gxc4wbf9l
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        print "    revid:", src_revision_id
42
42
        print "    branch nick:", src_tree.branch.nick
43
43
    print "Using python interpreter:", sys.executable
44
 
    import site
45
 
    print "Using python standard library:", os.path.dirname(site.__file__)
 
44
    print "Using python standard library:", os.path.dirname(os.__file__)
46
45
    print "Using bzrlib:",
47
46
    if len(bzrlib.__path__) > 1:
48
47
        # print repr, which is a good enough way of making it clear it's