Commit 92093937 by Timothée Peignier

Remove obvious 2.6 import.

parent d168a67b
......@@ -2,10 +2,7 @@ from __future__ import unicode_literals
import os
try:
from collections import OrderedDict
except ImportError:
from django.utils.datastructures import SortedDict as OrderedDict
from collections import OrderedDict
from django.contrib.staticfiles import finders
from django.contrib.staticfiles.storage import staticfiles_storage
......
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