py_ext/py_ext.py
changeset 742 41a4a560406c
parent 738 413946c04c87
child 781 cdc6393705ce
equal deleted inserted replaced
741:382b2c848dac 742:41a4a560406c
     1 import os
     1 import os
     2 from POULibrary import POULibrary
     2 from POULibrary import POULibrary
     3 from PythonFileCTNMixin import PythonFileCTNMixin
     3 from PythonFileCTNMixin import PythonFileCTNMixin
     4 from util import opjimg
     4 from util.misc import opjimg
     5 
     5 
     6 class PythonLibrary(POULibrary):
     6 class PythonLibrary(POULibrary):
     7     def GetLibraryPath(self):
     7     def GetLibraryPath(self):
     8         return os.path.join(os.path.split(__file__)[0], "pous.xml") 
     8         return os.path.join(os.path.split(__file__)[0], "pous.xml") 
     9 
     9