From 7e51947f475db6ac96d6a4f05559dcd785a8bc42 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 27 Jun 2016 23:54:37 +0100 Subject: Launch poezio as a module package. --- poezio/poezio.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'poezio/poezio.py') diff --git a/poezio/poezio.py b/poezio/poezio.py index 9fb6fb73..361daa91 100644 --- a/poezio/poezio.py +++ b/poezio/poezio.py @@ -107,9 +107,3 @@ def main(): cocore.reset_curses() except: pass - -if __name__ == '__main__': - if test_curses(): - main() - else: - sys.exit(1) -- cgit v1.2.3