Files
dss/utils.py
2012-09-26 20:24:33 +01:00

4 lines
97 B
Python

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