beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when deleting line between code and headers on Windows
2013-05-14, Laurent Bessard
f9cf74053b7d
Fixed bug when deleting line between code and headers on Windows
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")