From 29a470f97db330b9e6e863c6592a6cb58b8cd20b Mon Sep 17 00:00:00 2001 From: Jonathan Reeve Date: Sun, 15 Feb 2015 14:41:26 -0500 Subject: [PATCH] make scripts executable --- .todo.actions.d/birdseye | 0 .todo.actions.d/birdseye.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 .todo.actions.d/birdseye mode change 100644 => 100755 .todo.actions.d/birdseye.py diff --git a/.todo.actions.d/birdseye b/.todo.actions.d/birdseye old mode 100644 new mode 100755 diff --git a/.todo.actions.d/birdseye.py b/.todo.actions.d/birdseye.py old mode 100644 new mode 100755 index 05b5921..a7cf7da --- a/.todo.actions.d/birdseye.py +++ b/.todo.actions.d/birdseye.py @@ -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 ""