aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/test_module_template.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/samplebinding/test_module_template.py')
-rw-r--r--tests/samplebinding/test_module_template.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/samplebinding/test_module_template.py b/tests/samplebinding/test_module_template.py
new file mode 100644
index 000000000..b2e917de4
--- /dev/null
+++ b/tests/samplebinding/test_module_template.py
@@ -0,0 +1,10 @@
+from other import *
+from sample import *
+
+
+class MyObjectType(ObjectType):
+ pass
+
+class MyOtherObjectType(OtherObjectType):
+ value = 10
+