beremiz
Clone
Summary
Browse
Changes
Graph
Fixed non initialized timer causing exception in some rare cases (continued)
2014-02-27, Edouard Tisserant
bc14b43bd27f
Fixed non initialized timer causing exception in some rare cases (continued)
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")