Add new task distribution system

Still in crazy beta
This commit is contained in:
Steven Robertson
2012-06-02 10:08:48 -07:00
parent b13589cc33
commit 92ccf9a579
9 changed files with 303 additions and 317 deletions

3
dist/_importhack.py vendored Normal file
View File

@ -0,0 +1,3 @@
import os, sys
sys.path.insert(0,
os.path.abspath(os.path.join(os.path.dirname(__file__), '../')))