Fatal typo fix
authorRobert Bradshaw <robertwb@math.washington.edu>
Mon, 31 Dec 2007 22:43:57 +0000 (14:43 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Mon, 31 Dec 2007 22:43:57 +0000 (14:43 -0800)
Cython/Compiler/Version.py
Cython/Mac/DarwinSystem.py

index b71c2779baf2ec607230ed1627110c2340125c8d..3cc846323afdc604064de61465be923023a86e8d 100644 (file)
@@ -1 +1 @@
-version = '0.9.6.10.1'
+version = '0.9.6.10b'
index f35ec0239554932810121ae0fcbed24c48ae9ee2..7b82467a996f298187678a8eb23a9f932700d577 100644 (file)
@@ -24,8 +24,7 @@ py_include_dirs = [
 # Python to 2.5.2, this fix should be OK.
 import distutils.sysconfig as sc
 python_prefix = sc.get_config_var('prefix')
-leopard_python_prefix =
-'/System/Library/Frameworks/Python.framework/Versions/2.5'
+leopard_python_prefix = '/System/Library/Frameworks/Python.framework/Versions/2.5'
 full_version = "%s.%s.%s" % sys.version_info[:3]
 if python_prefix == leopard_python_prefix and full_version == '2.5.1':
     os.environ["MACOSX_DEPLOYMENT_TARGET"] = "10.5"