beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when pasting element with an odd width or height
2013-10-16, Laurent Bessard
324767a092dc
Fixed bug when pasting element with an odd width or height
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")