diff --git a/pythonbrew/installer/pythoninstaller.py b/pythonbrew/installer/pythoninstaller.py index 46662f2..9c6df3d 100644 --- a/pythonbrew/installer/pythoninstaller.py +++ b/pythonbrew/installer/pythoninstaller.py @@ -180,7 +180,7 @@ class PythonInstallerMacOSX(PythonInstaller): """Python installer for MacOSX SnowLeopard """ def __init__(self, arg, options): - super(PythonInstaller).__init__(arg, options) + super(PythonInstallerMacOSX, self).__init__(arg, options) version = self.pkg.version # check for version if version < '2.6' and (version != '2.4.6' and version != '2.5.5'):