Browse Source

Fix missing #! (shebang/hashbang) and chmod on files

Aleksander Nitecki 10 years ago
parent
commit
8a7c3584bd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      flaskbb/plugins/__init__.py

+ 2 - 0
flaskbb/plugins/__init__.py

@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
 """
     flaskbb.manage
     ~~~~~~~~~~~~~~~~~~~~