This website works better with JavaScript
Home
Explore
Help
Sign In
221V
/
flaskbb
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fix missing #! (shebang/hashbang) and chmod on files
Aleksander Nitecki
10 years ago
parent
7f6acac05b
commit
8a7c3584bd
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
flaskbb/plugins/__init__.py
+ 2
- 0
flaskbb/plugins/__init__.py
View File
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
"""
flaskbb.manage
~~~~~~~~~~~~~~~~~~~~