[svn r37435] Removing debug print (ended up in the ReST).

--HG--
branch : trunk
This commit is contained in:
guido 2007-01-27 15:29:17 +01:00
parent 58079397a2
commit 241ef0ff4a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class Conftest(object):
for arg in args + [current]:
anchor = current.join(arg, abs=1)
if anchor.check(): # we found some file object
print "initializing conftest from", anchor
#print "initializing conftest from", anchor
# conftest-lookups without a path actually mean
# lookups with our initial path.
self._path2confmods[None] = self.getconftestmodules(anchor)