beremiz
Clone
Summary
Browse
Changes
Graph
Fixed typo in copy_to_log
2013-03-22, Edouard Tisserant
17d9c81b5ed8
Fixed typo in copy_to_log
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")