~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/version.py

  • Committer: Robert Collins
  • Date: 2007-06-26 08:52:20 UTC
  • mto: This revision was merged to the branch mainline in revision 2554.
  • Revision ID: robertc@robertcollins.net-20070626085220-iovhwfjflk8vffbh
Add require_api API.

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