beremiz
Clone
Summary
Browse
Changes
Graph
Add support for scaling preview if block is too big
2013-06-10, Laurent Bessard
368f8516706c
Add support for scaling preview if block is too big
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")