diff options
Diffstat (limited to 'trunk/Examples/test-suite/python/constructor_rename_runme.py')
-rw-r--r-- | trunk/Examples/test-suite/python/constructor_rename_runme.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/trunk/Examples/test-suite/python/constructor_rename_runme.py b/trunk/Examples/test-suite/python/constructor_rename_runme.py new file mode 100644 index 000000000..cf3f88b81 --- /dev/null +++ b/trunk/Examples/test-suite/python/constructor_rename_runme.py @@ -0,0 +1,3 @@ +from constructor_rename import * + +x = RenamedConstructor() |