update alot
This commit is contained in:
parent
8831898749
commit
00362dc5fd
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
# EASY-INSTALL-ENTRY-SCRIPT: 'alot==0.7','console_scripts','alot'
|
# EASY-INSTALL-ENTRY-SCRIPT: 'alot==0.8','console_scripts','alot'
|
||||||
__requires__ = 'alot==0.7'
|
__requires__ = 'alot==0.8'
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
from pkg_resources import load_entry_point
|
from pkg_resources import load_entry_point
|
||||||
@ -8,5 +8,5 @@ from pkg_resources import load_entry_point
|
|||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
|
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
|
||||||
sys.exit(
|
sys.exit(
|
||||||
load_entry_point('alot==0.7', 'console_scripts', 'alot')()
|
load_entry_point('alot==0.8', 'console_scripts', 'alot')()
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user