Files
Sub-Zero.bundle/Contents/Libraries/Shared/subzero/util.py
T
2017-07-07 23:54:17 +02:00

6 lines
138 B
Python

# coding=utf-8
import os
def get_root_path():
return os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(__file__)), ".."))