# HG changeset patch # User Windel Bouwman # Date 1359285508 -3600 # Node ID 982ddb5f786d639ec7feac95426b2086ae237496 # Parent cdddae282d1aa247cd6871b8d16fc1b4d3789e07 Added shbang string diff -r cdddae282d1a -r 982ddb5f786d python/hexedit.py --- 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 *