--- a/eric5_iconeditor.py Mon Mar 25 10:08:52 2013 +0100 +++ b/eric5_iconeditor.py Mon Mar 25 10:24:44 2013 +0100 @@ -13,7 +13,7 @@ """ from __future__ import unicode_literals # __IGNORE_WARNING__ -try: # Only for Py2 +try: # Only for Py2 import sip sip.setapi('QString', 2) sip.setapi('QVariant', 2)