forked from github/pelican
From the Python docs for os.sep [1]: Note that knowing this is not sufficient to be able to parse or concatenate pathnames - use os.path.split() and os.path.join()... Where I touched a line, I also changed double quoted string literals to single quotes, since they are used more often in the source: wking@mjolnir ~/src/pelican $ git grep "'" pelican/*.py | wc -l 683 wking@mjolnir ~/src/pelican $ git grep '"' pelican/*.py | wc -l 181 [1]: http://docs.python.org/3/library/os.html#os.sep |
||
|---|---|---|
| .. | ||
| content | ||
| output | ||
| TestPages | ||
| themes/assets | ||
| __init__.py | ||
| default_conf.py | ||
| support.py | ||
| test_contents.py | ||
| test_generators.py | ||
| test_importer.py | ||
| test_pelican.py | ||
| test_plugins.py | ||
| test_readers.py | ||
| test_settings.py | ||
| test_utils.py | ||
| test_webassets.py | ||