]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
Fix: blog_db.py is a module, not a script
authorOleg Broytman <phd@phdru.name>
Mon, 19 Jun 2017 11:41:28 +0000 (14:41 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 19 Jun 2017 11:41:28 +0000 (14:41 +0300)
Remove shebang, make it non-executable.

blog_db.py [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 5850e76..3f23ac5
@@ -1,5 +1,3 @@
-#! /usr/bin/env python
-
 import sys, os
 
 __author__ = "Oleg Broytman <phd@phdru.name>"