beremiz

Fixed and rewrite LibraryPanel

2013-06-06, Laurent Bessard
5a4c5724788e
Fixed and rewrite LibraryPanel
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")