improved codestyle, go back to == in requirements

This commit is contained in:
dadosch
2018-08-24 21:52:27 +02:00
parent b6a870c0e5
commit 6cd06f6c8a
5 changed files with 61 additions and 57 deletions

View File

@@ -5,7 +5,7 @@ from django.contrib import admin
from django.contrib.auth.models import User, Group
try:
from django.core.urlresolvers import reverse
except:
except ImportError:
from django.urls import reverse
from django.templatetags.static import static