From 23c44d8c5cf560cc8cb304d8753e8b658d1fe70d Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Wed, 16 Oct 2013 23:03:07 +0200 Subject: Enable unicode_literals in all non-empty modules. --- debug_toolbar/panels/sql.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debug_toolbar/panels/sql.py') diff --git a/debug_toolbar/panels/sql.py b/debug_toolbar/panels/sql.py index 4a0fc82..7afc6eb 100644 --- a/debug_toolbar/panels/sql.py +++ b/debug_toolbar/panels/sql.py @@ -1,3 +1,5 @@ +from __future__ import unicode_literals + import uuid from copy import copy -- cgit v1.2.3