beremiz
Clone
Summary
Browse
Changes
Graph
Rewrite SFCStepDialog and factorize code for creating common dialog sizers
2013-06-12, Laurent Bessard
7e6de17c687a
Rewrite SFCStepDialog and factorize code for creating common dialog sizers
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")