6 lines
150 B
Python
6 lines
150 B
Python
import os.path
|
|
import sys
|
|
|
|
#Path autodetection, only change if it doesn't work
|
|
path = os.path.dirname(unicode(__file__, sys.getfilesystemencoding()))
|