diff options
author | Justin Mayer <entroP@gmail.com> | 2020-04-26 09:55:08 +0200 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2020-04-27 09:45:31 +0200 |
commit | d43b786b300358e8a4cbae4afc4052199a7af762 (patch) | |
tree | 8c2231297301b1eb307e3c132ca4710cacd5eef0 /samples/pelican.conf.py | |
parent | 2cd1d44576ecc4fd0cc532cbb19c2b934ab5c665 (diff) | |
download | pelican-remove-legacy.tar.gz |
Modernize code base to Python 3+ syntaxremove-legacy
Replaces syntax that was relevant in earlier Python versions but that
now has modernized equivalents.
Diffstat (limited to 'samples/pelican.conf.py')
-rwxr-xr-x | samples/pelican.conf.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/samples/pelican.conf.py b/samples/pelican.conf.py index 2b99ef5b..1fa7c472 100755 --- a/samples/pelican.conf.py +++ b/samples/pelican.conf.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - AUTHOR = 'Alexis Métaireau' SITENAME = "Alexis' log" SITESUBTITLE = 'A personal blog.' |