[svn r38548] carefully privatizing Config.make_repr and Config.merge_repr

by doing a whole-pylib replace and reviewing the diff in detail

--HG--
branch : trunk
This commit is contained in:
hpk
2007-02-12 13:18:23 +01:00
parent 38e3462d98
commit 5d36fbf365
4 changed files with 17 additions and 17 deletions

View File

@@ -104,7 +104,7 @@ class RemoteTerminalSession(Session):
""", stdout=self.out, stderr=self.out)
try:
print "MASTER: initiated slave terminal session ->"
repr = self.config.make_repr(conftestnames=[])
repr = self.config._makerepr(conftestnames=[])
channel.send((str(topdir), repr, failures))
print "MASTER: send start info, topdir=%s" % (topdir,)
try: