beremiz
Clone
Summary
Browse
Changes
Graph
Fixed import error when loading extensions
2014-02-14, Edouard Tisserant
e6c3908c925d
Fixed import error when loading extensions
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")