From 5fe789b11f2ffac9f06afbf82b6f8e5b9b210695 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 24 Oct 2020 15:14:36 +0300 Subject: [PATCH] Fix comment, remove shebang. The comment mentioned `make`, not using it for a while now. The shebang was useless, these are not executable or scripts. --- pelicanconf.py | 1 - publishconf.py | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 7f76be8..d683fee 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # from __future__ import unicode_literals diff --git a/publishconf.py b/publishconf.py index 934fbed..7d457ea 100644 --- a/publishconf.py +++ b/publishconf.py @@ -1,9 +1,7 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # from __future__ import unicode_literals -# This file is only used if you use `make publish` or -# explicitly specify it as your config file. +# This file is only used if you explicitly specify it as your config file. import os import sys -- GitLab