Files
dss/utils.py
Fergal Moran 0813b4cef5 Housekeeping
2012-09-12 09:47:40 +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)