summaryrefslogtreecommitdiff
path: root/poezio/poezio.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/poezio.py')
-rw-r--r--poezio/poezio.py6
1 files changed, 0 insertions, 6 deletions
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)