remove obsolete import

This commit is contained in:
Martin Baeuml
2012-06-09 00:07:40 +02:00
parent db2acb268b
commit fe5774b244
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env python
import os, sys
import sys
from os.path import dirname, realpath
sys.path.insert(1, dirname(dirname(dirname(realpath( __file__ )))))
from PyQt4.QtGui import QApplication