beremiz
Clone
Summary
Browse
Changes
Graph
Now python files provided by extentions have init, start, stop and cleanup hooks
2013-04-04, Edouard Tisserant
e2f7d6c95db0
Now python files provided by extentions have init, start, stop and cleanup hooks
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")