Mercurial > hg > Feedworm
diff feedworm.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 | f6dcc85cd8ca |
children | 7c719c4f5655 |
line wrap: on
line diff
--- a/feedworm.py Thu Sep 25 17:10:40 2014 +0200 +++ b/feedworm.py Thu Sep 25 17:26:34 2014 +0200 @@ -19,7 +19,7 @@ def configureLogging(): logging.basicConfig(level=logging.DEBUG) - + def setupProxy(preferences): if preferences.isProxyConfigured() and preferences.useProxy(): proxyHost = preferences.proxyHost()