2016-07-31 20:44:31 +00:00
|
|
|
import sys
|
|
|
|
import os
|
2015-10-08 00:17:08 +00:00
|
|
|
|
2016-07-31 20:44:31 +00:00
|
|
|
THIS_DIR = os.path.dirname(os.path.abspath(__file__))
|
2015-10-08 00:17:08 +00:00
|
|
|
|
2016-07-31 20:44:31 +00:00
|
|
|
sys.path.insert(0, os.path.join(THIS_DIR, "third_party", "six"))
|