beremiz
Clone
Summary
Browse
Changes
Graph
Organized controller's _Build sub-methods layout. Many (unwanted) white space changes.
2014-05-21, Edouard Tisserant
cf3d2b53dd68
Organized controller's _Build sub-methods layout. Many (unwanted) white space changes.
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")