PEP8 cleanups

This commit is contained in:
Roberto Rosario
2015-03-30 15:21:53 -04:00
parent 675d58cc32
commit 8af55ccbef
43 changed files with 8 additions and 63 deletions

View File

@@ -17,6 +17,7 @@ from .permissions import (
PERMISSION_COMMENT_VIEW
)
class DocumentCommentsApp(apps.AppConfig):
name = 'document_comments'
verbose_name = _('Document comments')