summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/python_append_runme.py
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/python/python_append_runme.py')
-rw-r--r--Examples/test-suite/python/python_append_runme.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Examples/test-suite/python/python_append_runme.py b/Examples/test-suite/python/python_append_runme.py
new file mode 100644
index 000000000..c8e6b2640
--- /dev/null
+++ b/Examples/test-suite/python/python_append_runme.py
@@ -0,0 +1,4 @@
+from python_append import *
+t=Test()
+t.func()
+t.static_func()