~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/version.py

  • Committer: John Arbash Meinel
  • Date: 2007-06-28 23:18:09 UTC
  • mfrom: (2562 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2566.
  • Revision ID: john@arbash-meinel.com-20070628231809-pqbt7puoqj8bl07b
[merge] bzr.dev 2562

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