changeset 142:982ddb5f786d

Added shbang string
author Windel Bouwman
date Sun, 27 Jan 2013 12:18:28 +0100
parents cdddae282d1a
children 1cc59ac80950
files python/hexedit.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/python/hexedit.py	Sun Jan 27 12:17:19 2013 +0100
+++ b/python/hexedit.py	Sun Jan 27 12:18:28 2013 +0100
@@ -1,3 +1,5 @@
+#!/usr/bin/python
+
 import sys
 from PyQt4.QtCore import *
 from PyQt4.QtGui import *