aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtCore/bug_462.py
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2011-10-07 15:03:53 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:56:13 -0300
commit401651e26c9b86b555893eeb656fe9001803eaae (patch)
treed49cb66681205cfa004be9c3accd656c1c7aea99 /tests/QtCore/bug_462.py
parent66d96ef4b63065c120e6acb3656ee5b7a69487be (diff)
Fixed unittest to work with python3.
Diffstat (limited to 'tests/QtCore/bug_462.py')
-rw-r--r--tests/QtCore/bug_462.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/QtCore/bug_462.py b/tests/QtCore/bug_462.py
index 7f6623471..47ab57a65 100644
--- a/tests/QtCore/bug_462.py
+++ b/tests/QtCore/bug_462.py
@@ -43,6 +43,4 @@ class CheckForEventsTypes(unittest.TestCase):
o.app = None
if __name__ == '__main__':
- print int(QEvent.User)
- val = QEvent.User + 100
- #unittest.main()
+ unittest.main()