From 4a6b7b49eeb5fc501e91f0a6093e15cc65fe2dd3 Mon Sep 17 00:00:00 2001 From: Mazyad Alabduljaleel Date: Mon, 20 Oct 2014 13:18:19 +0400 Subject: [PATCH 1/2] make util script executable --- trello/util.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 trello/util.py diff --git a/trello/util.py b/trello/util.py old mode 100644 new mode 100755 From 1eb662bc6d77b3e84439e1de9540ef39ce275b3e Mon Sep 17 00:00:00 2001 From: Mazyad Alabduljaleel Date: Mon, 20 Oct 2014 13:22:40 +0400 Subject: [PATCH 2/2] Add shebang to util.py --- trello/util.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trello/util.py b/trello/util.py index 02f89e67..bf9e3586 100755 --- a/trello/util.py +++ b/trello/util.py @@ -1,3 +1,5 @@ +#!/usr/bin/python + import os from requests_oauthlib import OAuth1Session