aboutsummaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-06-17 19:53:06 -0500
committerJesús <heckyel@hyperbola.info>2020-06-17 19:53:06 -0500
commitc7e657ccd51c109d070701473ea9faca9fd0d198 (patch)
treec7deece334265e4403f52392c12356760d2e408c /pelicanconf.py
parente94936a39e00521b0e3f532e310c0fe53e0d8267 (diff)
downloadlibretube-c7e657ccd51c109d070701473ea9faca9fd0d198.tar.lz
libretube-c7e657ccd51c109d070701473ea9faca9fd0d198.tar.xz
libretube-c7e657ccd51c109d070701473ea9faca9fd0d198.zip
pep8
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py6
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