beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when adding a configuration
2013-08-29, Laurent Bessard
5f8e02717560
Fixed bug when adding a configuration
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")