mirror of
https://github.com/python/cpython.git
synced 2025-11-30 23:08:56 +00:00
Removed spurious print statement.
This commit is contained in:
parent
85ee3e1b1e
commit
98ce620068
1 changed files with 0 additions and 1 deletions
|
|
@ -65,7 +65,6 @@ def fileConfig(fname, defaults=None, disable_existing_loggers=True):
|
||||||
"""
|
"""
|
||||||
import ConfigParser
|
import ConfigParser
|
||||||
|
|
||||||
print >> open('/tmp/tmp.txt', 'w'), fname.getvalue()
|
|
||||||
cp = ConfigParser.ConfigParser(defaults)
|
cp = ConfigParser.ConfigParser(defaults)
|
||||||
if hasattr(cp, 'readfp') and hasattr(fname, 'readline'):
|
if hasattr(cp, 'readfp') and hasattr(fname, 'readline'):
|
||||||
cp.readfp(fname)
|
cp.readfp(fname)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue