summaryrefslogtreecommitdiffstats
path: root/test/SWIG/module-parens.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/SWIG/module-parens.py')
-rw-r--r--test/SWIG/module-parens.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/SWIG/module-parens.py b/test/SWIG/module-parens.py
index 7886218..6ae4924 100644
--- a/test/SWIG/module-parens.py
+++ b/test/SWIG/module-parens.py
@@ -52,11 +52,6 @@ env = Environment(SWIGFLAGS = '-python -c++',
LIBS='%(python_lib)s',
)
-import sys
-if sys.version[0] == '1':
- # SWIG requires the -classic flag on pre-2.0 Python versions.
- env.Append(SWIGFLAGS = ' -classic')
-
env.LoadableModule('test1.so', ['test1.i', 'test1.cc'])
env.LoadableModule('test2.so', ['test2.i', 'test2.cc'])
""" % locals())