beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug editors empty after being opened
2013-03-17, Laurent Bessard
b24c11c93766
Fixed bug editors empty after being opened
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")