Import and PEP8 cleanups

This commit is contained in:
Roberto Rosario
2012-07-26 22:42:36 -04:00
parent 24bf20b9d7
commit eecf7c7751
69 changed files with 173 additions and 253 deletions

View File

@@ -165,7 +165,6 @@ INSTALLED_APPS = (
'mimetype',
'scheduler',
'job_processor',
'installation',
# Mayan EDMS
'storage',
'documents',
@@ -180,12 +179,13 @@ INSTALLED_APPS = (
'document_acls',
'ocr',
'history',
'main',
'rest_api',
'document_signatures',
#'workflows',
'checkouts',
'bootstrap',
#'bootstrap',
'main',
'installation',
# Has to be last so the other apps can register it's signals
'signaler',