appypod-rattail/pod/test/contexts/FileHandlerImport.py

7 lines
138 B
Python
Raw Normal View History

2009-06-29 07:06:01 -05:00
import os.path
import appy
def getFileHandler():
return file('%s/pod/test/templates/NoPython.odt' % os.path.dirname(appy.__file__))