comparison python/hexedit.py @ 142:982ddb5f786d

Added shbang string
author Windel Bouwman
date Sun, 27 Jan 2013 12:18:28 +0100
parents 104037b292cc
children c101826ffe2b
comparison
equal deleted inserted replaced
141:cdddae282d1a 142:982ddb5f786d
1 #!/usr/bin/python
2
1 import sys 3 import sys
2 from PyQt4.QtCore import * 4 from PyQt4.QtCore import *
3 from PyQt4.QtGui import * 5 from PyQt4.QtGui import *
4 from PyQt4 import uic 6 from PyQt4 import uic
5 7