beremiz
Clone
Summary
Browse
Changes
Graph
Fixed refresh bug when activating element in instance variables list
2013-07-11, Laurent Bessard
358db9d64aa1
Fixed refresh bug when activating element in instance variables list
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")