beremiz
Clone
Summary
Browse
Changes
Graph
First stage of xmlclass refactoring using lxml
2013-08-26, Laurent Bessard
13ee5f4ab612
First stage of xmlclass refactoring using lxml
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")