beremiz

Fixed bug when closing Beremiz frame

2013-05-03, Laurent Bessard
f4d08cea7774
Fixed bug when closing Beremiz frame
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")