beremiz
Clone
Summary
Browse
Changes
Graph
Second stage of xmlclass refactoring using lxml , project are loaded and displayed successfully
2013-08-28, Laurent Bessard
42ea51d083ce
Second stage of xmlclass refactoring using lxml , project are loaded and displayed successfully
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")