beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when centering element in Preview panel
2013-06-12, Laurent Bessard
00b7d3c64c80
Fixed bug when centering element in Preview panel
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")