cleanup pep8

This commit is contained in:
Oleg Podsadny 2013-06-09 23:24:36 +02:00
parent bb0fd73147
commit 1a0b4ee89e
1 changed files with 3 additions and 6 deletions

View File

@ -1,11 +1,8 @@
import views
from .decorators import public_endpoint
from .models import db
from .blueprint import auth
# Register views
import views
views
__all__ = ['auth', 'db', 'public_endpoint']
__all__ = ['auth', 'db', 'public_endpoint', 'views']