beremiz
Clone
Summary
Browse
Changes
Graph
Disabled project layout saving and restoring
2013-03-10, Laurent Bessard
0dd89c8eeef5
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")