beremiz

Fixed Python editor adding variable panel

2013-05-08, Laurent Bessard
233681f2a00e
Fixed Python editor adding variable panel
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")