From e8565d0fb5e4e1719cbbbf7714f7d7af9821d337 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Sat, 12 Jan 2013 15:10:55 +0000 Subject: [PATCH] Forgot to create a proxy for getProject() --- bootstrap/builder/Builder.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/builder/Builder.py b/bootstrap/builder/Builder.py index bb781aba..d6cd90f3 100644 --- a/bootstrap/builder/Builder.py +++ b/bootstrap/builder/Builder.py @@ -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()