beremiz
Clone
Summary
Browse
Changes
Graph
Fixed Nevow website startup
2015-02-27, Edouard Tisserant
f31353cac197
Fixed Nevow website startup
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")