# HG changeset patch # User Catherine Devlin # Date 1274693246 14400 # Node ID 43ce9110d5a6fa498ff6fa3a198d5802c6e50e18 # Parent 43ea72144e0461f3bf10408cf805b05c0447b77c fixed bad indent in setup.py diff -r 43ea72144e04 -r 43ce9110d5a6 setup.py --- a/setup.py Fri Mar 12 19:41:57 2010 -0500 +++ b/setup.py Mon May 24 05:27:26 2010 -0400 @@ -4,7 +4,7 @@ except ImportError: from distutils.core import setup def find_packages(): - return ['sqlpython'] + return ['sqlpython'] import sys python3 = sys.version_info[0] > 2