bye sup, hi notmuch/alot
This commit is contained in:
parent
911acc84d4
commit
55376c70d7
16 changed files with 167 additions and 177 deletions
12
local/bin/alot
Executable file
12
local/bin/alot
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/python2
|
||||
# EASY-INSTALL-ENTRY-SCRIPT: 'alot==0.6.0.dev0','console_scripts','alot'
|
||||
__requires__ = 'alot==0.6.0.dev0'
|
||||
import re
|
||||
import sys
|
||||
from pkg_resources import load_entry_point
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(
|
||||
load_entry_point('alot==0.6.0.dev0', 'console_scripts', 'alot')()
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue