Forgot to create a proxy for getProject()
This commit is contained in:
parent
b99ccda839
commit
e8565d0fb5
|
@ -537,6 +537,7 @@ class Builder:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
|
def getProject ( self, name ): return self._conf.getProject(name)
|
||||||
def loadConfiguration ( self, confFile ): self._conf.load( confFile )
|
def loadConfiguration ( self, confFile ): self._conf.load( confFile )
|
||||||
def showConfiguration ( self ): self._conf.show()
|
def showConfiguration ( self ): self._conf.show()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue