beremiz

Fixed bug in newly rewritten dialogs

2013-06-11, Laurent Bessard
92588e69d853
Fixed bug in newly rewritten dialogs
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")