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.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/samplebinding/test_module_template.py b/tests/samplebinding/test_module_template.py
index b2e917de4..b6cfb8389 100644
--- a/tests/samplebinding/test_module_template.py
+++ b/tests/samplebinding/test_module_template.py
@@ -8,3 +8,5 @@ class MyObjectType(ObjectType):
class MyOtherObjectType(OtherObjectType):
value = 10
+
+obj = MyObjectType()