beremiz
Clone
Summary
Browse
Changes
Graph
add translation of "about" window into Russian
2016-04-21, Andrey Skvortsov
f3c26ebce488
add translation of "about" window into Russian
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")