beremiz
Clone
Summary
Browse
Changes
Graph
Disabled project layout saving and restoring
2013-03-11, Laurent Bessard
211e78636b6b
Disabled project layout saving and restoring
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")