Files
unison/bindings/python/ns3__init__.py
Gustavo J. A. M. Carneiro 38e2f863c9 Use the waf 'copy' tool to copy __init__.py files
They had to be renamed to work around waf limitations.
2011-03-28 14:56:08 +01:00

8 lines
82 B
Python

from _ns3 import *
import atexit
atexit.register(Simulator.Destroy)
del atexit