Revert introduction of python:defaultargs feature

See issue #294
This commit is contained in:
William S Fulton 2015-01-12 21:35:47 +00:00
commit 9d87b9f099
7 changed files with 29 additions and 55 deletions

View file

@ -58,7 +58,6 @@ CPP_TEST_CASES += \
primitive_types \
python_abstractbase \
python_append \
python_default_args \
python_director \
python_nondynamic \
python_overload_simple_cast \

View file

@ -1,3 +0,0 @@
# Test %feature("python:defaultargs") using the test code in default_args_runme.py (which does not use the feature)
import default_args_runme
default_args_runme.run('python_default_args')