Make all the scripts executable.

This commit is contained in:
Nelson Elhage 2009-12-29 13:37:40 -05:00
parent 405baea5d5
commit 7c4f8245a5
5 changed files with 4 additions and 0 deletions

1
generate-page.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/python
import yaml
from mako.template import Template

1
import-feeds.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/python
from lxml import html
import yaml
import urllib2

0
import.py Normal file → Executable file
View File

1
report.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/python
import yaml
import feedparser
import datetime

1
show-week.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/python
import yaml
from dateutil.parser import parse
import datetime