From b114ff6361550246cb5cb96168d25fe46bd355ef Mon Sep 17 00:00:00 2001 From: Victor Uriarte Date: Sun, 5 Jun 2016 14:59:38 -0700 Subject: Update init and misc files --- sqlparse/compat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlparse/compat.py') diff --git a/sqlparse/compat.py b/sqlparse/compat.py index 0defd86..a41b18b 100644 --- a/sqlparse/compat.py +++ b/sqlparse/compat.py @@ -50,5 +50,5 @@ elif PY2: text_type = unicode - string_types = (basestring,) + string_types = (str, unicode,) from StringIO import StringIO -- cgit v1.2.1