diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-09-18 14:09:47 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-09-18 14:09:47 +0200 |
commit | d9da4b54d00c3521ee06216c3f9a0a1ab6481cff (patch) | |
tree | b4d55d6c1e34db6a289963f1e5c57d0a2e71189b | |
parent | 4db30f10214b51ec529f1357f417588ffee8840a (diff) |
fb.py: Adjust shebang to convention
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-x | fb.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python from enum import Enum import argparse |