Forgot to create a proxy for getProject()

This commit is contained in:
Jean-Paul Chaput 2013-01-12 15:10:55 +00:00
parent b99ccda839
commit e8565d0fb5
1 changed files with 1 additions and 0 deletions

View File

@ -537,6 +537,7 @@ class Builder:
return
def getProject ( self, name ): return self._conf.getProject(name)
def loadConfiguration ( self, confFile ): self._conf.load( confFile )
def showConfiguration ( self ): self._conf.show()