diff options
author | hut <hut@lavabit.com> | 2010-06-09 10:33:50 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-06-09 10:33:50 +0200 |
commit | 8129ccb6d1e10182d60a71483da2c3db08108adb (patch) | |
tree | 50f8aad3316ccf871976b0f4e3fa49e3831046f1 /test/all_benchmarks.py | |
parent | 1881922fba437a3f2ba8f1392ba27b78c382e82f (diff) | |
download | ranger-8129ccb6d1e10182d60a71483da2c3db08108adb.tar.gz |
Changed hashbang line to "#!/usr/bin/env python"
Diffstat (limited to 'test/all_benchmarks.py')
-rwxr-xr-x | test/all_benchmarks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/all_benchmarks.py b/test/all_benchmarks.py index 73316658..84d6817d 100755 --- a/test/all_benchmarks.py +++ b/test/all_benchmarks.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Copyright (C) 2009, 2010 Roman Zimbelmann <romanz@lavabit.com> # # This program is free software: you can redistribute it and/or modify |