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

fix prob merge

parent 7740be58
No related branches found
No related tags found
No related merge requests found
......@@ -18,15 +18,14 @@ except ImportError:
# Django imports
from django.db import models
<<<<<<< Updated upstream
from django.utils import six
try:
# Django imports
from django.utils.encoding import python_2_unicode_compatible
except ImportError:
def python_2_unicode_compatible(f):
return f
=======
>>>>>>> Stashed changes
# 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