~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2005-05-05 02:29:38 UTC
  • Revision ID: mbp@sourcefrog.net-20050505022938-7e0f3e231299d920
- It's not an error to use the library without
  opening the trace file

Show diffs side-by-side

added added

removed removed

Lines of Context:
996
996
def main(argv):
997
997
    import errno
998
998
    
999
 
    bzrlib.trace.create_tracefile(argv)
 
999
    bzrlib.open_tracefile(argv)
1000
1000
 
1001
1001
    try:
1002
1002
        try: