Use default python in executable.

main
Olivier Mangin 11 years ago
parent f2125b4c19
commit adb0caa3ed

@ -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()

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

Loading…
Cancel
Save