beremiz
Clone
Summary
Browse
Changes
Graph
Added global variable names in CodeFileEditor auto-completion list
2013-05-14, Laurent Bessard
5fac491d3a0e
Added global variable names in CodeFileEditor auto-completion list
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")