[svn r37439] Sorry, cfbolz, seems the print to stderr breaks some test... :|
--HG-- branch : trunk
This commit is contained in:
parent
fd40b43cdf
commit
00812c46f9
|
@ -26,7 +26,7 @@ class Conftest(object):
|
||||||
for arg in args + [current]:
|
for arg in args + [current]:
|
||||||
anchor = current.join(arg, abs=1)
|
anchor = current.join(arg, abs=1)
|
||||||
if anchor.check(): # we found some file object
|
if anchor.check(): # we found some file object
|
||||||
print >>py.std.sys.stderr, "initializing conftest from", anchor
|
#print >>py.std.sys.stderr, "initializing conftest from", anchor
|
||||||
# conftest-lookups without a path actually mean
|
# conftest-lookups without a path actually mean
|
||||||
# lookups with our initial path.
|
# lookups with our initial path.
|
||||||
self._path2confmods[None] = self.getconftestmodules(anchor)
|
self._path2confmods[None] = self.getconftestmodules(anchor)
|
||||||
|
|
Loading…
Reference in New Issue