diff options
author | drebs <drebs@leap.se> | 2013-02-09 22:27:22 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-02-09 22:27:22 -0200 |
commit | 46a3373295a683db9b66c233b07a7a948b8147bc (patch) | |
tree | 410a47871bfd8654ddabbb53f3c29a89c1550e71 /tests/test_qt_environment.py | |
parent | e726f3df7c7efbe4069846468ffdbed6829ccfc4 (diff) | |
parent | b376948ccd59aa02022123102eaae359a536e4e6 (diff) |
Merge branch 'develop' into feature/soledad-api
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 |