From 089b4137c265c2076ac7ffeda5967432367fcf01 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Wed, 20 Mar 2013 13:56:34 +0100 Subject: [PATCH] +x and call binary filler.py --- bin/{swift-filler.py => filler.py} | 2 ++ bin/sync-accounts.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) rename bin/{swift-filler.py => filler.py} (99%) mode change 100644 => 100755 diff --git a/bin/swift-filler.py b/bin/filler.py old mode 100644 new mode 100755 similarity index 99% rename from bin/swift-filler.py rename to bin/filler.py index 801a4c4..ae36877 --- a/bin/swift-filler.py +++ b/bin/filler.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # -*- encoding: utf-8 -*- import pickle import argparse diff --git a/bin/sync-accounts.py b/bin/sync-accounts.py index 094a1c7..e55c8e5 100755 --- a/bin/sync-accounts.py +++ b/bin/sync-accounts.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- encoding: utf-8 -*- import swiftclient