From 96ae111824a0cc5e2a99efd77e1f069e0225a3c7 Mon Sep 17 00:00:00 2001 From: William Ting Date: Mon, 31 Jan 2022 09:33:02 +0900 Subject: [PATCH] feat: default to Python 3. --- bin/autojump | 2 +- bin/autojump_data.py | 2 +- bin/autojump_match.py | 2 +- bin/autojump_utils.py | 2 +- install.py | 2 +- uninstall.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/autojump b/bin/autojump index ed0151d..d039cd1 100755 --- a/bin/autojump +++ b/bin/autojump @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Copyright © 2008-2012 Joel Schaerer diff --git a/bin/autojump_data.py b/bin/autojump_data.py index d647a42..56f5da5 100644 --- a/bin/autojump_data.py +++ b/bin/autojump_data.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- from __future__ import print_function diff --git a/bin/autojump_match.py b/bin/autojump_match.py index 8747b90..54bf411 100644 --- a/bin/autojump_match.py +++ b/bin/autojump_match.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- import os import re diff --git a/bin/autojump_utils.py b/bin/autojump_utils.py index d1c48ab..4ac545a 100644 --- a/bin/autojump_utils.py +++ b/bin/autojump_utils.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- from __future__ import print_function diff --git a/install.py b/install.py index a44fecc..b02abf8 100755 --- a/install.py +++ b/install.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- from __future__ import print_function diff --git a/uninstall.py b/uninstall.py index 3627245..4bd7042 100755 --- a/uninstall.py +++ b/uninstall.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- from __future__ import print_function