diff options
Diffstat (limited to 'setuptools/lib2to3_ex.py')
-rw-r--r-- | setuptools/lib2to3_ex.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/setuptools/lib2to3_ex.py b/setuptools/lib2to3_ex.py index c8632bc5..4b1a73fe 100644 --- a/setuptools/lib2to3_ex.py +++ b/setuptools/lib2to3_ex.py @@ -15,7 +15,6 @@ import setuptools class DistutilsRefactoringTool(RefactoringTool): - def log_error(self, msg, *args, **kw): log.error(msg, *args) @@ -27,7 +26,6 @@ class DistutilsRefactoringTool(RefactoringTool): class Mixin2to3(_Mixin2to3): - def run_2to3(self, files, doctests=False): # See of the distribution option has been set, otherwise check the # setuptools default. |