~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/version.py

  • Committer: Aaron Bentley
  • Date: 2007-06-06 01:05:18 UTC
  • mfrom: (2507 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2510.
  • Revision ID: aaron.bentley@utoronto.ca-20070606010518-kmhq36e8pomuzio7
Merge bzr.dev

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