Make all the scripts executable.
This commit is contained in:
parent
405baea5d5
commit
7c4f8245a5
1
generate-page.py
Normal file → Executable file
1
generate-page.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
import yaml
|
||||
from mako.template import Template
|
||||
|
||||
|
|
1
import-feeds.py
Normal file → Executable file
1
import-feeds.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
from lxml import html
|
||||
import yaml
|
||||
import urllib2
|
||||
|
|
1
report.py
Normal file → Executable file
1
report.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
import yaml
|
||||
import feedparser
|
||||
import datetime
|
||||
|
|
1
show-week.py
Normal file → Executable file
1
show-week.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
import yaml
|
||||
from dateutil.parser import parse
|
||||
import datetime
|
||||
|
|
Loading…
Reference in a new issue