PEP 8 fix
This commit is contained in:
parent
5a7ae0a5bd
commit
3bc2312338
15 changed files with 48 additions and 7 deletions
|
|
@ -1,3 +1,4 @@
|
|||
"init of NewspaperInrocksBackend"
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright(C) 2011 Julien Hebert
|
||||
|
|
@ -16,4 +17,4 @@
|
|||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
from .backend import NewspaperInrocksBackend
|
||||
__all__ = ['NewspaperInrocksBackendBackend']
|
||||
__all__ = ['NewspaperInrocksBackend']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue