Files
dss/utils.py
U-FM-LAPTOP\fergalm 3d5eb995e1 Initial emoticon handler
2012-09-26 14:02:10 +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)