Normalize import style

This commit is contained in:
Roberto Rosario
2015-01-24 17:05:32 -04:00
parent 850ad53fb1
commit b55acb6e12
41 changed files with 203 additions and 153 deletions

View File

@@ -2,10 +2,11 @@ from __future__ import unicode_literals
from django.conf.urls import patterns, url
from .api_views import (APIDocumentIndexListView,
APIIndexListView, APIIndexNodeInstanceDocumentListView,
APIIndexTemplateListView, APIIndexTemplateView,
APIIndexView)
from .api_views import (
APIDocumentIndexListView, APIIndexListView,
APIIndexNodeInstanceDocumentListView, APIIndexTemplateListView,
APIIndexTemplateView, APIIndexView
)
urlpatterns = patterns('document_indexing.views',