beremiz
Clone
Summary
Browse
Changes
Graph
Removed dead code
2014-01-19, Edouard Tisserant
31c63a6248e1
Removed dead code
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")