1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
W. Trevor King e5e455e0e5 Replace os.sep.join with the more robust os.path.join
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
2013-03-21 11:38:14 -04:00
..
plugins added unique filtering and config limit param 2013-03-03 22:18:59 -08:00
tests Replace os.sep.join with the more robust os.path.join 2013-03-21 11:38:14 -04:00
themes External resources should be scheme-independent 2013-03-18 17:36:35 -07:00
tools Add help directly to publishconf.py 2013-03-21 03:33:32 -07:00
__init__.py delete output directory properly 2013-03-03 22:14:05 -08:00
contents.py URLWrapper moved! 2013-03-10 23:42:08 -07:00
generators.py Replace os.sep.join with the more robust os.path.join 2013-03-21 11:38:14 -04:00
log.py Manual pass on sources for better standards. 2013-03-03 20:12:31 -08:00
paginator.py Port pelican to python 3. 2013-01-11 03:20:09 +01:00
readers.py Add the PATH_METADATA setting 2013-03-12 15:16:25 -07:00
rstdirectives.py Port pelican to python 3. 2013-01-11 03:20:09 +01:00
server.py Manual pass on sources for better standards. 2013-03-03 20:12:31 -08:00
settings.py Replace os.sep.join with the more robust os.path.join 2013-03-21 11:38:14 -04:00
signals.py Add a pages_generator_finalized signal. 2013-02-10 12:42:54 -08:00
urlwrappers.py contents: Add URLWrapper.__repr__ 2013-03-12 20:41:56 -04:00
utils.py pelican/utils: Add split_all() and rework static URL generation 2013-03-10 23:21:38 -07:00
writers.py add "output_file" Jinja context variable 2013-03-10 23:53:41 -07:00