beremiz
Clone
Summary
Browse
Changes
Graph
More optimization attemps in type handling
2013-08-04, Edouard Tisserant
f3cfe1ff917e
More optimization attemps in type handling
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")