From 01af855533d57c1650adea0ccf88da6cfceedfdb Mon Sep 17 00:00:00 2001 From: Nicolas Pinto Date: Sat, 28 May 2011 17:12:23 -0400 Subject: [PATCH] Cleaning up --- pythonbrew/installer/pythoninstaller.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pythonbrew/installer/pythoninstaller.py b/pythonbrew/installer/pythoninstaller.py index fe48ef5..d202470 100644 --- a/pythonbrew/installer/pythoninstaller.py +++ b/pythonbrew/installer/pythoninstaller.py @@ -243,8 +243,6 @@ class PythonInstallerMacOSX(PythonInstaller): elif is_python27(version): patch_dir = PATH_PATCHES_MACOSX_PYTHON27 patches = ['patch-Modules-posixmodule.diff'] - #eds = {'_localemodule.c.ed': 'Modules/_localemodule.c', - #'locale.py.ed': 'Lib/locale.py'} if patches or eds: logger.info("Patching %s" % self.pkg.name)