diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2014-01-05 12:13:38 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2014-01-05 12:13:38 +0100 |
commit | 8fbe558f65796b777b15feda1060b7ec5c6844c4 (patch) | |
tree | 0995bc9a0cdf88530fb8b8b5afaaf965d093d99b /kcc.py | |
parent | Panel View improvements (diff) | |
download | kcc-8fbe558f65796b777b15feda1060b7ec5c6844c4.tar.gz kcc-8fbe558f65796b777b15feda1060b7ec5c6844c4.tar.bz2 kcc-8fbe558f65796b777b15feda1060b7ec5c6844c4.zip |
Updated to Pillow 2.3.0
Diffstat (limited to 'kcc.py')
-rw-r--r-- | kcc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcc.py b/kcc.py index 84a0bcf..b3f0292 100644 --- a/kcc.py +++ b/kcc.py @@ -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!" |