Add missing import in __main__ module.
This commit is contained in:
parent
3a24d88353
commit
36377f78ba
1 changed files with 1 additions and 0 deletions
|
@ -3,4 +3,5 @@ from poezio.poezio import test_curses, main
|
|||
if test_curses():
|
||||
main()
|
||||
else:
|
||||
import sys
|
||||
sys.exit(1)
|
||||
|
|
Loading…
Reference in a new issue