aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2011-10-06 11:40:26 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:56:11 -0300
commitf6c818b21d8aa6905e5c4fc5d5c218159ee4ba7b (patch)
treedd8e1341f0441ca7a1a5a2724c5851490e56dc10
parent66a0bbf578ee5f57cb711b284d98dae8c09aa148 (diff)
Updated QtOpenGL modue to works with python 2.x and 3.x
-rw-r--r--tests/QtOpenGL/qglbuffer_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/QtOpenGL/qglbuffer_test.py b/tests/QtOpenGL/qglbuffer_test.py
index 2cf06027f..09c2c5247 100644
--- a/tests/QtOpenGL/qglbuffer_test.py
+++ b/tests/QtOpenGL/qglbuffer_test.py
@@ -36,7 +36,7 @@ class QGLBufferTest(UsesQApplication):
self.assertTrue(result)
self.assertEqual('A', rdata.data())
else:
- print " memory mapping is not possible in this OpenGL implementation."
+ print(" memory mapping is not possible in this OpenGL implementation.")
b.release()
if __name__ == '__main__':