beremiz
Clone
Summary
Browse
Changes
Graph
Fixed ActionInfos class with slots
2013-10-02, Laurent Bessard
0923e602c603
Fixed ActionInfos class with slots
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")