beremiz
Clone
Summary
Browse
Changes
Graph
xmlclass : Ensured precedence of newly defined class in case of conflicting declaration
2014-04-02, Edouard Tisserant
0b9cd761a356
xmlclass : Ensured precedence of newly defined class in case of conflicting declaration
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")