645785539e
They had to be renamed to work around waf limitations. --HG-- rename : bindings/python/ns3/__init__.py => bindings/python/ns3__init__.py rename : bindings/python/ns/__init__.py => bindings/python/ns__init__.py
8 lines
82 B
Python
8 lines
82 B
Python
|
|
from _ns3 import *
|
|
|
|
import atexit
|
|
atexit.register(Simulator.Destroy)
|
|
del atexit
|
|
|