Skip to content

Commit

Permalink
Actually import setup, even without setuptools (fixes #115).
Browse files Browse the repository at this point in the history
  • Loading branch information
andialbrecht committed Oct 24, 2013
1 parent c08c750 commit 1acf52d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES
Expand Up @@ -4,6 +4,7 @@ Development Version
Bug Fixes
* Removed buffered reading again, it obviously causes wrong parsing in some rare
cases (issue114).
* Fix regression in setup.py introduced 10 months ago (issue115).

Enhancements
* Improved support for JOINs, by Alexander Beedie.
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -12,6 +12,7 @@
except ImportError:
if sys.version_info[0] == 3:
raise RuntimeError('distribute is required to install this package.')
from distutils.core import setup
packages = ['sqlparse', 'sqlparse.engine']


Expand Down

0 comments on commit 1acf52d

Please sign in to comment.