From 9051ec30d1eeda5129dcec01466cc2451e7ab3fb Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Thu, 11 Jul 2013 03:43:57 -0400 Subject: [PATCH] Fix UnicodeEncodeErrors --- commands/urbandictionary.py | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/urbandictionary.py b/commands/urbandictionary.py index a527c00..7230880 100644 --- a/commands/urbandictionary.py +++ b/commands/urbandictionary.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +from __future__ import unicode_literals # # Public domain, 2013 Legoktm #