aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qtscript/test_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qtscript/test_base.py')
-rw-r--r--tests/qtscript/test_base.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/qtscript/test_base.py b/tests/qtscript/test_base.py
new file mode 100644
index 000000000..6ad27e007
--- /dev/null
+++ b/tests/qtscript/test_base.py
@@ -0,0 +1,4 @@
+from PySide import QtScript
+
+
+#only test if the module import works fine bug #278