beremiz
Clone
Summary
Browse
Changes
Graph
Fixed lag when selecting all elements using CTRL+A or after paste a lot of blocks
2013-06-05, Laurent Bessard
93e7a8abce5e
Fixed lag when selecting all elements using CTRL+A or after paste a lot of blocks
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")