Mercurial > hg > Feedworm
diff backend/sqlalchemy/Mapping.py @ 233:e34c53a3e407
fixes from eric's style check
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 25 Sep 2014 17:26:34 +0200 |
parents | bb3c851b18b1 |
children | 8e73a8ae863f |
line wrap: on
line diff
--- a/backend/sqlalchemy/Mapping.py Thu Sep 25 17:10:40 2014 +0200 +++ b/backend/sqlalchemy/Mapping.py Thu Sep 25 17:26:34 2014 +0200 @@ -18,8 +18,10 @@ feedEntryTable = None def createMapping(engine): - """ Make sure the mapping is defined only once. This is not really needed for the feed updater - or the GUI app but comes in handy when working interactively with the system. """ + """ + Make sure the mapping is defined only once. This is not really needed for the feed updater + or the GUI app but comes in handy when working interactively with the system. + """ global mappingDefined if not mappingDefined: _createMapping(engine)