Commit 3c1b5c34 by Jonas Liljestrand

indent error

parent f0d4232c
......@@ -7,9 +7,9 @@ from django import VERSION
try:
from django.db.models.auth import User
user_model = User
except ImportError:
except ImportError:
raise ImportError
else:
else:
raise
if VERSION[:2] in ((1, 5,),):
......
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