Make all the scripts executable.
authorNelson Elhage <nelhage@mit.edu>
Tue, 29 Dec 2009 18:37:40 +0000 (13:37 -0500)
committerNelson Elhage <nelhage@mit.edu>
Tue, 29 Dec 2009 18:39:54 +0000 (13:39 -0500)
generate-page.py [changed mode: 0644->0755]
import-feeds.py [changed mode: 0644->0755]
import.py [changed mode: 0644->0755]
report.py [changed mode: 0644->0755]
show-week.py [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index be44d41..9495e6b
@@ -1,3 +1,4 @@
+#!/usr/bin/python
 import yaml
 from mako.template import Template
 
old mode 100644 (file)
new mode 100755 (executable)
index fa370c4..a54fef8
@@ -1,3 +1,4 @@
+#!/usr/bin/python
 from lxml import html
 import yaml
 import urllib2
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
index e782c49..998a1cc
--- a/report.py
+++ b/report.py
@@ -1,3 +1,4 @@
+#!/usr/bin/python
 import yaml
 import feedparser
 import datetime
old mode 100644 (file)
new mode 100755 (executable)
index 3aecb57..0f8ab69
@@ -1,3 +1,4 @@
+#!/usr/bin/python
 import yaml
 from dateutil.parser import parse
 import datetime

Benjamin Mako Hill || Want to submit a patch?