beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug in displayed datetime, using local timezone instead of UTC
2013-04-29, Laurent Bessard
2a02c6404124
Fixed bug in displayed datetime, using local timezone instead of UTC
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")