beremiz
Clone
Summary
Browse
Changes
Graph
Removed call of deprecated function on wxSplitterWindow
2013-05-02, Laurent Bessard
906fe7f2c052
Removed call of deprecated function on wxSplitterWindow
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")