Tweak comment

This commit is contained in:
Tom Christie 2013-08-21 21:35:17 +01:00
parent 16ffdedd14
commit f631f55f8e

View File

@ -10,7 +10,7 @@ import django
from django.core.exceptions import ImproperlyConfigured
from django.conf import settings
# Try to import six from Django, fallback to included `six`.
# Try to import six from Django, fallback to external `six` package.
try:
from django.utils import six
except ImportError: