diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2010-12-09 05:55:12 +0100 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2010-12-09 05:55:12 +0100 |
| commit | a7927edaef71f560d88205989655288fd8b3d23c (patch) | |
| tree | dc21a7d8a57083456a6f1b0b25a392cf2a8fc6e2 /extras | |
| parent | 6d95a5080e2c51bc759456f9a78991a81a272fe2 (diff) | |
| download | sqlparse-a7927edaef71f560d88205989655288fd8b3d23c.tar.gz | |
Fix a Py3K regression.
Diffstat (limited to 'extras')
| -rw-r--r-- | extras/py3k/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/py3k/Makefile b/extras/py3k/Makefile index 0f5f4b6..499f2bf 100644 --- a/extras/py3k/Makefile +++ b/extras/py3k/Makefile @@ -1,4 +1,4 @@ -2TO3=2to3 +2TO3=2to3-3.1 all: sqlparse tests |
