beremiz

Fixed inspector

2013-04-23, Edouard Tisserant
ebf53b5f0777
Fixed inspector
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")