~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2005-04-15 03:01:33 UTC
  • Revision ID: mbp@sourcefrog.net-20050415030133-0ce77498bbab063f
- cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
1044
1044
 
1045
1045
if __name__ == '__main__':
1046
1046
    sys.exit(main(sys.argv))
1047
 
    ##import profile
1048
 
    ##profile.run('main(sys.argv)')