cuburn/dist/_importhack.py
Steven Robertson 92ccf9a579 Add new task distribution system
Still in crazy beta
2012-06-02 10:08:48 -07:00

4 lines
107 B
Python

import os, sys
sys.path.insert(0,
os.path.abspath(os.path.join(os.path.dirname(__file__), '../')))