diff options
Diffstat (limited to 'tests/test_qt_environment.py')
-rw-r--r-- | tests/test_qt_environment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_qt_environment.py b/tests/test_qt_environment.py index d97322b9..e90d527f 100644 --- a/tests/test_qt_environment.py +++ b/tests/test_qt_environment.py @@ -2,7 +2,7 @@ import sys import unittest import sip -sip.setapi('QVariant', 2) +#sip.setapi('QVariant', 2) from PyQt4 import QtGui |