beremiz
Clone
Summary
Browse
Changes
Graph
Cleanup in canfestival plugin. No more meaningless default values.
2013-03-06, Edouard Tisserant
d72a866cf9b0
Cleanup in canfestival plugin. No more meaningless default values.
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")