Reverted back some lines for preserving format

This commit is contained in:
M.Ravi 2017-09-22 08:51:35 +02:00
parent 2b0dbfa1e5
commit faa26a05dd
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@ from django.conf.urls.static import static
from django.views import i18n, static as static_view
from django.conf import settings
from hosting.views import RailsHostingView, DjangoHostingView, \
NodeJSHostingView
from hosting.views import RailsHostingView, DjangoHostingView, NodeJSHostingView
from membership import urls as membership_urls
from ungleich_page.views import LandingView
from django.views.generic import RedirectView