Commit 5bae30b6 by Bach Dániel

dashboard: remove conflict marks

parent 3b72505e
...@@ -21,11 +21,8 @@ from __future__ import unicode_literals, absolute_import ...@@ -21,11 +21,8 @@ from __future__ import unicode_literals, absolute_import
from collections import OrderedDict from collections import OrderedDict
from itertools import chain from itertools import chain
from os import getenv from os import getenv
<<<<<<< HEAD
from os.path import join, normpath, dirname, basename from os.path import join, normpath, dirname, basename
=======
from urlparse import urljoin from urlparse import urljoin
>>>>>>> master
import json import json
import logging import logging
import re import re
...@@ -34,11 +31,8 @@ import requests ...@@ -34,11 +31,8 @@ import requests
from django.conf import settings from django.conf import settings
from django.contrib.auth.models import User, Group from django.contrib.auth.models import User, Group
from django.contrib.auth.views import login, redirect_to_login from django.contrib.auth.views import login, redirect_to_login
<<<<<<< HEAD
from django.contrib.auth.decorators import login_required from django.contrib.auth.decorators import login_required
from django.contrib.messages import warning from django.contrib.messages import warning
=======
>>>>>>> master
from django.contrib.messages.views import SuccessMessageMixin from django.contrib.messages.views import SuccessMessageMixin
from django.core.exceptions import ( from django.core.exceptions import (
PermissionDenied, SuspiciousOperation, PermissionDenied, SuspiciousOperation,
......
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 sign in to comment