From 4bb6dfe1cae7d126a065391997bacb9c5507359a Mon Sep 17 00:00:00 2001 From: William Ting Date: Thu, 2 Jan 2014 15:56:43 -0600 Subject: [PATCH] use python vs python2 --- install.py | 2 +- tests/autojump_utils_test.py | 2 +- uninstall.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install.py b/install.py index abe04a3..927c37e 100755 --- a/install.py +++ b/install.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # -*- coding: utf-8 -*- from __future__ import print_function diff --git a/tests/autojump_utils_test.py b/tests/autojump_utils_test.py index 100713f..235d5d9 100644 --- a/tests/autojump_utils_test.py +++ b/tests/autojump_utils_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # -*- coding: utf-8 -*- from random import randrange from shutil import rmtree diff --git a/uninstall.py b/uninstall.py index e928aff..d112125 100755 --- a/uninstall.py +++ b/uninstall.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # -*- coding: utf-8 -*- from __future__ import print_function