summaryrefslogtreecommitdiff
path: root/alot/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/__init__.py')
-rw-r--r--alot/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/alot/__init__.py b/alot/__init__.py
index 4a84dc9b..6a364552 100644
--- a/alot/__init__.py
+++ b/alot/__init__.py
@@ -24,3 +24,6 @@ __author_email__ = "patricktotzke@gmail.com"
__description__ = "Command-line MUA using notmuch mail"
__url__ = "https://github.com/pazz/alot"
__license__ = "Licensed under the GNU GPL v3+."
+
+import command
+from commands import *