Use the waf 'copy' tool to copy __init__.py files
They had to be renamed to work around waf limitations.
This commit is contained in:
7
bindings/python/ns3__init__.py
Normal file
7
bindings/python/ns3__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
from _ns3 import *
|
||||
|
||||
import atexit
|
||||
atexit.register(Simulator.Destroy)
|
||||
del atexit
|
||||
|
||||
Reference in New Issue
Block a user