summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2015-12-16 16:29:06 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2015-12-17 23:43:10 +0000
commitce31ecf066f056cf36a47011f9858033a804024d (patch)
treee2c90a2d032d5cb4e56c66be12cda336a01c9fd7 /alot
parentea4c1fa579e117b63380a581d7d31d5a14abb7c5 (diff)
add __main__.py
Diffstat (limited to 'alot')
-rw-r--r--[-rwxr-xr-x]alot/__main__.py (renamed from alot/init.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/init.py b/alot/__main__.py
index 165f9092..6202daf1 100755..100644
--- a/alot/init.py
+++ b/alot/__main__.py
@@ -190,5 +190,5 @@ def main():
if exit_hook is not None:
exit_hook()
-if __name__ == '__main__':
+if __name__ == "__main__":
main()