7 lines
142 B
Python
Executable File
7 lines
142 B
Python
Executable File
import sys
|
|
import os
|
|
|
|
THIS_DIR = os.path.dirname(os.path.abspath(__file__))
|
|
|
|
sys.path.insert(0, os.path.join(THIS_DIR, "third_party", "six"))
|