~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/version.py

  • Committer: Alexander Belchenko
  • Date: 2007-05-04 11:02:41 UTC
  • mto: This revision was merged to the branch mainline in revision 2495.
  • Revision ID: bialix@ukr.net-20070504110241-bgormskp9ihlft2r
don't bundle into standalone bzr.exe site.py (with their depends), and tools/doc_generate

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