beremiz
Clone
Summary
Browse
Changes
Graph
Fixed refresh bug when moving selected elements
2013-04-18, Laurent Bessard
6dbdc6844eb9
Fixed refresh bug when moving selected elements
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")