Mercurial > hg > Feedworm
comparison backend/couchdb/Preferences.py @ 217:bb3c851b18b1
add source file endcoding header
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sun, 27 Apr 2014 05:33:34 +0200 |
parents | 2c91b5653878 |
children | e34c53a3e407 |
comparison
equal
deleted
inserted
replaced
216:9bc4b2465435 | 217:bb3c851b18b1 |
---|---|
1 | 1 # -*- coding: utf-8 -*- |
2 import CouchDb | 2 import CouchDb |
3 | 3 |
4 DAYS_TO_KEEP_FEED_ENTRIES = "daysToKeepFeedEntries" | 4 DAYS_TO_KEEP_FEED_ENTRIES = "daysToKeepFeedEntries" |
5 HIDE_READ_FEED_ENTRIES = "hideReadFeedEntries" | 5 HIDE_READ_FEED_ENTRIES = "hideReadFeedEntries" |
6 PROXY_HOST = "proxyHost" | 6 PROXY_HOST = "proxyHost" |