Use default python in executable.

This commit is contained in:
Olivier Mangin 2014-09-11 18:47:54 +02:00
parent f2125b4c19
commit adb0caa3ed
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python2
#!/usr/bin/env python
# -*- coding:utf-8 -*-
from pubs import pubs_cmd
pubs_cmd.execute()
pubs_cmd.execute()

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python2
# -*- coding:utf-8 -*-
import sys
import argparse