diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-02-03 16:18:03 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-02-03 16:18:03 +0100 |
commit | 5525a167566d5de569292f67857ec2454c8f5cd1 (patch) | |
tree | eef4c2e685959d11e219750b0df8265f8438fc46 /systemCheck.py | |
parent | download resume working? (diff) | |
download | pyload-5525a167566d5de569292f67857ec2454c8f5cd1.tar.xz |
some l18n stuff
Diffstat (limited to 'systemCheck.py')
-rw-r--r-- | systemCheck.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systemCheck.py b/systemCheck.py index 7227bc674..6477097b0 100644 --- a/systemCheck.py +++ b/systemCheck.py @@ -46,8 +46,8 @@ def main(): print "django:", "missing" try: - import PyQt4 - print "pyqt:", "4" + import PyQt4.QtCore + print "pyqt:", PyQt4.QtCore.PYQT_VERSION_STR except: print "pyqt:", "missing" |