|
|
@@ -14,9 +14,10 @@ |
|
|
|
# |
|
|
|
import os |
|
|
|
import sys |
|
|
|
# sys.path.insert(0, os.path.abspath('.')) |
|
|
|
sys.path.insert(0, os.path.abspath('.')) |
|
|
|
# sys.path.insert(0, os.path.abspath('..')) |
|
|
|
sys.path.insert(0, '../') |
|
|
|
sys.path.insert(0, '../../') |
|
|
|
|
|
|
|
# -- Project information ----------------------------------------------------- |
|
|
|
|
|
|
|