Commit f631f55f by Tom Christie

Tweak comment

parent 16ffdedd
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment