beremiz
Clone
Summary
Browse
Changes
Graph
Fixed crash at project load when features.libraries is empty (i.e. no libraries are provided).
2014-06-04, Edouard Tisserant
dd89016a5028
Fixed crash at project load when features.libraries is empty (i.e. no libraries are provided).
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")