diff options
author | Jesús <heckyel@hyperbola.info> | 2020-06-17 19:53:06 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-06-17 19:53:06 -0500 |
commit | c7e657ccd51c109d070701473ea9faca9fd0d198 (patch) | |
tree | c7deece334265e4403f52392c12356760d2e408c /pelicanconf.py | |
parent | e94936a39e00521b0e3f532e310c0fe53e0d8267 (diff) | |
download | libretube-c7e657ccd51c109d070701473ea9faca9fd0d198.tar.lz libretube-c7e657ccd51c109d070701473ea9faca9fd0d198.tar.xz libretube-c7e657ccd51c109d070701473ea9faca9fd0d198.zip |
pep8
Diffstat (limited to 'pelicanconf.py')
-rw-r--r-- | pelicanconf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index b2c7c17..e4419ab 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -1,11 +1,11 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # from __future__ import unicode_literals +# from pelican import __version__ as PELICAN_VERSION -from pelican import __version__ as PELICAN_VERSION - -# Basic settings (http://docs.getpelican.com/en/stable/settings.html#basic-settings) +# Basic settings +# (http://docs.getpelican.com/en/stable/settings.html#basic-settings) DEFAULT_CATEGORY = 'Sin categoría' DELETE_OUTPUT_DIRECTORY = False DISPLAY_CATEGORIES_ON_MENU = True |