Skip to content
Snippets Groups Projects
Commit a5b8f351 authored by Dylann Cordel's avatar Dylann Cordel :crossed_swords:
Browse files

fix prob merge

parent 48954c7a
No related branches found
No related tags found
No related merge requests found
......@@ -18,14 +18,6 @@ except ImportError:
# Django imports
from django.db import models
try:
# Django imports
from django.utils.encoding import python_2_unicode_compatible
except ImportError:
def python_2_unicode_compatible(f):
return f
# Django imports
from django.utils.functional import lazy
from django.utils.safestring import mark_safe
from django.utils.timezone import now
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment