This commit is contained in:
Yuta
2011-04-13 23:26:01 +09:00
parent 867ffcb054
commit 358bb34395
+1 -1
View File
@@ -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'):