summaryrefslogtreecommitdiff
path: root/alot/commands/bufferlist.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/bufferlist.py')
-rw-r--r--alot/commands/bufferlist.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/alot/commands/bufferlist.py b/alot/commands/bufferlist.py
index d58fab91..3850e4e3 100644
--- a/alot/commands/bufferlist.py
+++ b/alot/commands/bufferlist.py
@@ -2,8 +2,9 @@
# Copyright © 2018 Dylan Baker
# This file is released under the GNU GPL, version 3 or a later revision.
# For further details see the COPYING file
+
+from . import globals
from ..commands import Command, registerCommand
-from . import globals
MODE = 'bufferlist'