summaryrefslogtreecommitdiffstats
path: root/Lib/lib2to3/refactor.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-03-26 23:11:54 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-03-26 23:11:54 (GMT)
commitc01ffdf61e33b87c3e5e91a722e27c888ed607ad (patch)
treed9a97fcac2184cabb89361754146d02346677989 /Lib/lib2to3/refactor.py
parent39530f8cbed8c5e08571300f7b40d268686641fc (diff)
downloadcpython-c01ffdf61e33b87c3e5e91a722e27c888ed607ad.zip
cpython-c01ffdf61e33b87c3e5e91a722e27c888ed607ad.tar.gz
cpython-c01ffdf61e33b87c3e5e91a722e27c888ed607ad.tar.bz2
revert unintended changes
Diffstat (limited to 'Lib/lib2to3/refactor.py')
-rw-r--r--Lib/lib2to3/refactor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib2to3/refactor.py b/Lib/lib2to3/refactor.py
index ca07be6..ae5e40f 100644
--- a/Lib/lib2to3/refactor.py
+++ b/Lib/lib2to3/refactor.py
@@ -500,7 +500,7 @@ class RefactoringTool(object):
node = new
def processed_file(self, new_text, filename, old_text=None, write=False,
- encoding=None, newlines=None):
+ encoding=None):
"""
Called when a file has been refactored, and there are changes.
"""