beremiz

Fixed bug when closing Beremiz frame

2013-05-02, Laurent Bessard
16cc3c42e413
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")