Files
dss/utils.py
2013-06-22 17:06:56 +01:00

4 lines
97 B
Python
Executable File

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