Use default python in executable.
This commit is contained in:
parent
f2125b4c19
commit
adb0caa3ed
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python
|
||||||
# -*- coding:utf-8 -*-
|
# -*- coding:utf-8 -*-
|
||||||
|
|
||||||
from pubs import pubs_cmd
|
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 sys
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
|
Loading…
x
Reference in New Issue
Block a user