changeset 24:2f4672764d39 MySQLdb

fix my own dumb 5-space indent
author kylev
date Fri, 06 Feb 2009 08:36:37 +0000
parents 1c0ff5eb071b
children 25c5d3b241ba
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Fri Feb 06 08:21:03 2009 +0000
+++ b/setup.py	Fri Feb 06 08:36:37 2009 +0000
@@ -6,7 +6,7 @@
 from setuptools import setup, Extension
 
 if not hasattr(sys, "hexversion") or sys.hexversion < 0x02030000:
-     raise Error("Python 2.3 or newer is required")
+    raise Error("Python 2.3 or newer is required")
 
 if os.name == "posix":
     from setup_posix import get_config