~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/trace-revisions

  • Committer: Martin Pool
  • Date: 2007-07-13 03:37:46 UTC
  • mto: This revision was merged to the branch mainline in revision 2616.
  • Revision ID: mbp@sourcefrog.net-20070713033746-7ujkx3jxbw2gmipl
(Lukas Lalinsky) don't create a duplicate zipimporter, avoiding loading plugins twice

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /usr/bin/env python
 
1
#! /usr/bin/env python2.4
2
2
 
3
3
import sys
4
4