From f1d9a62a4b6c257ea22a6e33a93a4d21f249e2d1 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sat, 7 Jun 2014 14:00:27 +0300 Subject: [PATCH] Update a comment. --- mediagoblin/_compat.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mediagoblin/_compat.py b/mediagoblin/_compat.py index ab5dbcf6..65fb5140 100644 --- a/mediagoblin/_compat.py +++ b/mediagoblin/_compat.py @@ -15,7 +15,8 @@ else: ungettext = mg_globals.thread_scope.translations.ungettext -# taken from https://github.com/django/django/blob/master/django/utils/encoding.py +# taken from +# https://github.com/django/django/blob/master/django/utils/encoding.py def py2_unicode(klass): if not PY3: if '__str__' not in klass.__dict__: