delete unmeaningful macro
This commit is contained in:
parent
41e9ccae7c
commit
7717dc1aaf
2 changed files with 0 additions and 12 deletions
|
|
@ -1,9 +0,0 @@
|
|||
# Test import of modules content from within __init__.py
|
||||
print("Testing %module(package=...) + python 'import' in __init__.py")
|
||||
import sys
|
||||
if sys.version_info < (3, 0):
|
||||
import py2.pkg2.bar
|
||||
print(" Finished importing py2.pkg2.bar")
|
||||
else:
|
||||
import py3.pkg2.bar
|
||||
print(" Finished importing py3.pkg2.bar")
|
||||
|
|
@ -1,7 +1,5 @@
|
|||
%module overload_polymorphic
|
||||
|
||||
#ifndef SWIG_NO_OVERLOAD
|
||||
|
||||
%inline %{
|
||||
|
||||
class Base {
|
||||
|
|
@ -22,4 +20,3 @@ int test(Base* base){ return 0;}
|
|||
int test(int hello){ return 1; }
|
||||
|
||||
%}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue