summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorTomas Tomecek <ttomecek@redhat.com>2015-03-07 13:59:38 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2015-03-11 17:13:51 +0000
commit70d0bc3cccf7f9bd0cb7b750bc86a8ce40652846 (patch)
tree88ccad660bb4e4d9b9a0577929039123b8beb214 /alot
parent1ec1fec9cd6490457e6e85b1de57b31e7d2bebe5 (diff)
make running alot from git easier (for development)
Diffstat (limited to 'alot')
-rwxr-xr-xalot/init.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/alot/init.py b/alot/init.py
index 8c7a64ac..43928096 100755
--- a/alot/init.py
+++ b/alot/init.py
@@ -184,3 +184,6 @@ def main():
# set up and start interface
UI(dbman, cmdstring)
+
+if __name__ == '__main__':
+ main() \ No newline at end of file