beremiz
Clone
Summary
Browse
Changes
Graph
Fixed copy/paste with xmlclass refactoring
2013-08-30, Laurent Bessard
9ffc49bfdf9d
Fixed copy/paste with xmlclass refactoring
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")