From c67a742e01ee7084ffd6ec0d531b96e343e6a5a5 Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Sat, 3 Nov 2012 12:45:52 +0100 Subject: Move SQLParseError to proper location and start deprecation of sqlparse.SQLParseError. --- sqlparse/formatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlparse/formatter.py') diff --git a/sqlparse/formatter.py b/sqlparse/formatter.py index 5be6652..8761c16 100644 --- a/sqlparse/formatter.py +++ b/sqlparse/formatter.py @@ -5,8 +5,8 @@ """SQL formatter""" -from sqlparse import SQLParseError from sqlparse import filters +from sqlparse.exceptions import SQLParseError def validate_options(options): -- cgit v1.2.1