diff --git a/Examples/test-suite/python/director_default_runme.py b/Examples/test-suite/python/director_default_runme.py new file mode 100644 index 000000000..f3ac14972 --- /dev/null +++ b/Examples/test-suite/python/director_default_runme.py @@ -0,0 +1,9 @@ +from director_default import * + + +f = Foo() +f = Foo(1) + + +f = Bar() +f = Bar(1)