beremiz
Clone
Summary
Browse
Changes
Graph
Simplified use of runtime's global variable __common_ticktime accross extensions.
2014-12-12, Edouard Tisserant
e14003eb4d42
Simplified use of runtime's global variable __common_ticktime accross extensions.
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")