summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_qt_environment.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/test_qt_environment.py b/tests/test_qt_environment.py
index e90d527f..08fccf4b 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
@@ -37,7 +37,3 @@ class QtEnvironTest(unittest.TestCase):
self.assertEqual(
self.win.trayIcon.isSystemTrayAvailable(),
True)
-
-
-if __name__ == "__main__":
- unittest.main()