From a7927edaef71f560d88205989655288fd8b3d23c Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Thu, 9 Dec 2010 05:55:12 +0100 Subject: Fix a Py3K regression. --- extras/py3k/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/py3k/Makefile') 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 -- cgit v1.2.1