From: Oleg Broytman Date: Mon, 19 Jun 2017 11:41:28 +0000 (+0300) Subject: Fix: blog_db.py is a module, not a script X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fphdru.name.git;a=commitdiff_plain;h=8f748dcca1f749e9dcea17a2e9a6c735c2c1cfe7 Fix: blog_db.py is a module, not a script Remove shebang, make it non-executable. --- diff --git a/blog_db.py b/blog_db.py old mode 100755 new mode 100644 index 5850e76..3f23ac5 --- a/blog_db.py +++ b/blog_db.py @@ -1,5 +1,3 @@ -#! /usr/bin/env python - import sys, os __author__ = "Oleg Broytman "