beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when moving debug viewers
2013-06-04, Laurent Bessard
a5a6072ac944
Fixed bug when moving debug viewers
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")