core.py revision 5801
1import internal
2
3def setOutputDir(dir):
4    internal.core.setOutputDir(dir)
5
6