1 2 3 4 5 6 7
import os _where = os.path.split(__file__)[0] def where(filename): return os.path.join(_where, filename)