diff --git a/bin/autojump b/bin/autojump index 0509a0d..6b0edb6 100755 --- a/bin/autojump +++ b/bin/autojump @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!env python # -*- coding: utf-8 -*- """ Copyright © 2008-2012 Joel Schaerer diff --git a/bin/autojump_data.py b/bin/autojump_data.py index 37878ea..fc62228 100644 --- a/bin/autojump_data.py +++ b/bin/autojump_data.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!env python # -*- coding: utf-8 -*- from __future__ import print_function diff --git a/bin/autojump_match.py b/bin/autojump_match.py index 75f9aca..a0f5479 100644 --- a/bin/autojump_match.py +++ b/bin/autojump_match.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!env python # -*- coding: utf-8 -*- import os import re diff --git a/bin/autojump_utils.py b/bin/autojump_utils.py index 5d40519..3f36b73 100644 --- a/bin/autojump_utils.py +++ b/bin/autojump_utils.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!env python # -*- coding: utf-8 -*- from __future__ import print_function diff --git a/install.py b/install.py index 4cc42ac..061c245 100755 --- a/install.py +++ b/install.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!env python # -*- coding: utf-8 -*- from __future__ import print_function diff --git a/tests/unit/autojump_match_test.py b/tests/unit/autojump_match_test.py index bd02ff5..623ce56 100644 --- a/tests/unit/autojump_match_test.py +++ b/tests/unit/autojump_match_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!env python # -*- coding: utf-8 -*- import os import sys diff --git a/tests/unit/autojump_utils_test.py b/tests/unit/autojump_utils_test.py index 07f67b3..5b884c5 100644 --- a/tests/unit/autojump_utils_test.py +++ b/tests/unit/autojump_utils_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!env python # -*- coding: utf-8 -*- import os import sys diff --git a/uninstall.py b/uninstall.py index 9e9417b..efc5d3f 100755 --- a/uninstall.py +++ b/uninstall.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!env python # -*- coding: utf-8 -*- from __future__ import print_function