Files
dss/utils.py
2013-09-27 01:19:08 +01:00

6 lines
101 B
Python
Executable File

import os
def here(x):
return os.path.join(os.path.abspath(os.path.dirname(__file__)), x)