Closed brettviren closed 11 years ago
Right now the orch/init.py file does too many things.
At the very least, the recursion should be moved into the top-level wscript file.
It's probably good to move this out of init.py so it's easier to import orch submodules for unit tests.
This has been done. orch.waffuncs now holds this functionality.
Right now the orch/init.py file does too many things.
At the very least, the recursion should be moved into the top-level wscript file.
It's probably good to move this out of init.py so it's easier to import orch submodules for unit tests.