[svn r37278] move files from branch to trunk (and thus complete

the merge of the config branch into the trunk)

--HG--
branch : trunk
This commit is contained in:
hpk
2007-01-24 17:46:46 +01:00
parent 638e4318e4
commit 7cf9824680
74 changed files with 4201 additions and 6210 deletions

View File

@@ -51,9 +51,10 @@ class Conftest(object):
# affect us by always returning a copy of the actual list
return clist[:]
def lget(self, name, path=None):
modules = self.getconftestmodules(path)
return self._get(name, modules)
# XXX no real use case, may probably go
#def lget(self, name, path=None):
# modules = self.getconftestmodules(path)
# return self._get(name, modules)
def rget(self, name, path=None):
modules = self.getconftestmodules(path)