beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when open editor while Build is working
2013-07-03, Laurent Bessard
0086cbee609b
Fixed bug when open editor while Build is working
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")