Mercurial > hg > Feedworm
changeset 232:18865de3a87d
all __init__.py files must contain at least an empty line to avoid eric's style checker choking
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 25 Sep 2014 17:10:40 +0200 |
parents | 16fa9f090c36 |
children | e34c53a3e407 |
files | backend/__init__.py backend/couchdb/__init__.py backend/sqlalchemy/__init__.py tests/__init__.py tests/couchdb/__init__.py |
diffstat | 5 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/backend/__init__.py Thu Sep 25 08:06:51 2014 +0200 +++ b/backend/__init__.py Thu Sep 25 17:10:40 2014 +0200 @@ -0,0 +1,1 @@ +
--- a/backend/couchdb/__init__.py Thu Sep 25 08:06:51 2014 +0200 +++ b/backend/couchdb/__init__.py Thu Sep 25 17:10:40 2014 +0200 @@ -0,0 +1,1 @@ +
--- a/backend/sqlalchemy/__init__.py Thu Sep 25 08:06:51 2014 +0200 +++ b/backend/sqlalchemy/__init__.py Thu Sep 25 17:10:40 2014 +0200 @@ -0,0 +1,1 @@ +