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