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

@@ -13,6 +13,7 @@ from .links import (
key_delete, key_query, key_receive, key_setup, public_keys
)
class DjangoGPGApp(apps.AppConfig):
name = 'django_gpg'
verbose_name = _('Django GPG')