Mercurial > daily-edition
changeset 20:5e7ecaf68b9a
renamed .pickle files to .dat
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sun, 03 Jan 2010 04:38:37 -0800 |
parents | 7fe2efecc9c3 |
children | 6a6632954dc6 |
files | .hgignore publish_edition.py |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgignore Sun Jan 03 04:31:28 2010 -0800 +++ b/.hgignore Sun Jan 03 04:38:37 2010 -0800 @@ -1,5 +1,5 @@ syntax: glob *.pyc -*.pickle +*.dat *.json authors.txt
--- a/publish_edition.py Sun Jan 03 04:31:28 2010 -0800 +++ b/publish_edition.py Sun Jan 03 04:38:37 2010 -0800 @@ -10,9 +10,9 @@ from url_cache import UrlCache AUTHORS_FILENAME = 'authors.txt' -URLS_FILENAME = 'ucache.pickle' -WHOISI_FILENAME = 'wicache.pickle' -ARTICLES_FILENAME = 'articles.pickle' +URLS_FILENAME = 'url_cache.dat' +WHOISI_FILENAME = 'whoisi_cache.dat' +ARTICLES_FILENAME = 'articles.dat' JSON_FILENAME = 'daily-edition.json' def load(filename, default):