summaryrefslogtreecommitdiff
path: root/poezio/poezio.py
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-06-27 23:54:37 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-06-27 23:54:50 +0100
commit7e51947f475db6ac96d6a4f05559dcd785a8bc42 (patch)
treec2d7f0e2b7dd4328cfa90ae1e480e095468efb99 /poezio/poezio.py
parent0447188eac65507d9d126f75d70e5333f435894c (diff)
downloadpoezio-7e51947f475db6ac96d6a4f05559dcd785a8bc42.tar.gz
poezio-7e51947f475db6ac96d6a4f05559dcd785a8bc42.tar.bz2
poezio-7e51947f475db6ac96d6a4f05559dcd785a8bc42.tar.xz
poezio-7e51947f475db6ac96d6a4f05559dcd785a8bc42.zip
Launch poezio as a module package.
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)