7 lines
138 B
Python
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__))
|
|
|