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