Mercurial > kiritsu
view MakeEverything.py @ 0:2110430f4d7f
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Fri, 08 Feb 2008 23:53:26 -0600 |
parents | |
children | df9d4e704257 |
line wrap: on
line source
import ImapFeed import UpdateFeeds import GenerateHtml if __name__ == "__main__": ImapFeed.main() UpdateFeeds.main() GenerateHtml.main()