1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tools
Joe Shaw 5fa3504ad0 use string find() instead of index(). Fixes #880.
We're expecting a non-match to return -1, which is what find() does,
but index() instead throws a ValueError.
2013-05-08 09:41:55 -04:00
..
templates Remove "Done" after running "make html" 2013-04-23 07:32:42 -07:00
__init__.py move tools in pelican.tools and add the pelican.tools package to setup.py 2012-03-16 18:53:08 +00:00
pelican_import.py use string find() instead of index(). Fixes #880. 2013-05-08 09:41:55 -04:00
pelican_quickstart.py make pelican-quickstart and the Makefile it generates support py3k. 2013-03-23 19:37:02 -07:00
pelican_themes.py Port pelican to python 3. 2013-01-11 03:20:09 +01:00