1
0
mirror of https://github.com/ciromattia/kcc synced 2026-02-10 06:12:00 +00:00

Merge branch 'master' into python3

This commit is contained in:
Paweł Jastrzębski
2014-01-15 09:33:35 +01:00
20 changed files with 678 additions and 363 deletions

2
kcc.py
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!")