~ubuntu-branches/ubuntu/raring/dot2tex/raring

« back to all changes in this revision

Viewing changes to dot2tex/dot2tex

  • Committer: Bazaar Package Importer
  • Author(s): Peter Collingbourne
  • Date: 2007-11-13 16:04:10 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20071113160410-m4glc1c0srq8990o
Tags: 2.6.1-1
* New upstream release
* dot2tex/dot2tex: removed shebang (added upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/python
2
 
 
 
1
#!/usr/local/bin/python2.4
3
2
from dot2tex.dot2tex import main
4
3
if __name__ == '__main__':
5
 
    main()
 
4
    main()
 
 
b'\\ No newline at end of file'