beremiz
Clone
Summary
Browse
Changes
Graph
Move RubberBand from GraphicCommons to individual file
2013-05-24, Laurent Bessard
ad09b4a755ce
Move RubberBand from GraphicCommons to individual file
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")