Make PEP8 cleanup of line spaces and character distances as well as indents

This commit is contained in:
Griatch 2017-08-19 23:16:36 +02:00
parent 7ff783fea1
commit b278337172
189 changed files with 2039 additions and 1583 deletions

View file

@ -6,4 +6,4 @@ from django.conf.urls import *
from evennia.web.webclient import views as webclient_views
urlpatterns = [
url(r'^$', webclient_views.webclient, name="index")]
url(r'^$', webclient_views.webclient, name="index")]