1
0
mirror of https://github.com/ciromattia/kcc synced 2026-07-16 01:36:12 +00:00

Code cleanup

This commit is contained in:
Paweł Jastrzębski
2013-10-27 11:33:29 +01:00
parent 1c28305b83
commit 75a338304a
5 changed files with 13 additions and 18 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ __docformat__ = 'restructuredtext en'
import sys
import os
try:
# noinspection PyUnresolvedReferences
#noinspection PyUnresolvedReferences
from PyQt4 import QtCore, QtGui, QtNetwork
except ImportError:
print "ERROR: PyQT4 is not installed!"