beremiz
Clone
Summary
Browse
Changes
Graph
Fixed refresh bugs when drag'n dropping of group of elements
2013-04-25, Laurent Bessard
880ec628d490
Fixed refresh bugs when drag'n dropping of group of elements
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")