Fix launch.sh
We want to be able to run "python -m poezio" AND have a poezio entry point.
This commit is contained in:
parent
401048aba1
commit
2e988af4d8
1 changed files with 3 additions and 0 deletions
|
@ -7,3 +7,6 @@ def run():
|
|||
import sys
|
||||
sys.exit(1)
|
||||
return 0
|
||||
|
||||
if __name__ == '__main__':
|
||||
run()
|
||||
|
|
Loading…
Reference in a new issue