appypod-rattail/appy/pod/test/contexts/FileHandlerImport.py
2015-10-27 22:36:51 +01:00

7 lines
138 B
Python

import os.path
import appy
def getFileHandler():
return file('%s/pod/test/templates/NoPython.odt' % os.path.dirname(appy.__file__))