Add hashbang to main.py

master
pictuga 2015-04-07 09:33:34 +08:00
parent acae47dc79
commit 810bff7cb7
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
from morss import main
if __name__ == '__main__':