~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/trace-revisions

  • Committer: Adeodato Simó
  • Date: 2007-07-17 13:47:45 UTC
  • mto: This revision was merged to the branch mainline in revision 2625.
  • Revision ID: dato@net.com.org.es-20070717134745-lex7ggja6p08kzts
Loose python2.4-specific shebangs; use generic python instead.

Show diffs side-by-side

added added

removed removed

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