From adb0caa3ed5afb9590abbaa450cc5ab428f5bad2 Mon Sep 17 00:00:00 2001 From: Olivier Mangin Date: Thu, 11 Sep 2014 18:47:54 +0200 Subject: [PATCH] Use default python in executable. --- pubs/pubs | 4 ++-- pubs/pubs_cmd.py | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pubs/pubs b/pubs/pubs index 99991d4..fa2eb8a 100755 --- a/pubs/pubs +++ b/pubs/pubs @@ -1,5 +1,5 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # -*- coding:utf-8 -*- from pubs import pubs_cmd -pubs_cmd.execute() \ No newline at end of file +pubs_cmd.execute() diff --git a/pubs/pubs_cmd.py b/pubs/pubs_cmd.py index 62e2499..55249af 100644 --- a/pubs/pubs_cmd.py +++ b/pubs/pubs_cmd.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python2 -# -*- coding:utf-8 -*- import sys import argparse