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