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:
Gustavo J. A. M. Carneiro
2011-03-28 14:56:08 +01:00
parent 19ae044602
commit 38e2f863c9
3 changed files with 6 additions and 39 deletions

View File

@@ -1,7 +0,0 @@
from _ns3 import *
import atexit
atexit.register(Simulator.Destroy)
del atexit