make scripts executable

This commit is contained in:
Jonathan Reeve
2015-02-15 14:41:26 -05:00
parent 6ab0004fe8
commit 29a470f97d
2 changed files with 1 additions and 1 deletions

2
.todo.actions.d/birdseye.py Normal file → Executable file
View File

@@ -51,7 +51,7 @@ __history__ = """
"""
def usage():
print "USAGE: %s [todo.txt] [done.txt]"% (sys.argv[0], )
print "USAGE: %s [todo.txt] [done.txt]" % (sys.argv[0], )
def printTaskGroups(title, taskDict, priorityList, percentages):
print ""