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/?a=commitdiff_plain;ds=sidebyside;h=8f748dcca1f749e9dcea17a2e9a6c735c2c1cfe7;hp=5b12d02a21a77d5543c6efe20f9a7366c4906c1b;p=phdru.name%2Fphdru.name.git 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 "