~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-08-16 04:31:16 UTC
  • mfrom: (1819.1.9 bzr.mbp.perf-history)
  • Revision ID: pqm@pqm.ubuntu.com-20060816043116-0e82b6cea99bffd4
(mbp) performance-history tracking

Show diffs side-by-side

added added

removed removed

Lines of Context:
621
621
        return 0
622
622
 
623
623
    if argv[0] == '--version':
624
 
        from bzrlib.builtins import show_version
 
624
        from bzrlib.version import show_version
625
625
        show_version()
626
626
        return 0
627
627