1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-31 18:41:54 +00:00

Updated to Pillow 2.3.0

This commit is contained in:
Paweł Jastrzębski
2014-01-05 12:13:38 +01:00
parent 6bdb0ab942
commit 8fbe558f65
7 changed files with 34 additions and 22 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!"