summaryrefslogtreecommitdiff
path: root/alot/commands/bufferlist.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2013-07-01 10:51:04 -0500
committerPatrick Totzke <patricktotzke@gmail.com>2013-07-07 18:14:28 +0100
commitd6806671c1ae96227acfb8504e98cf2278da5f90 (patch)
treef453d5cc8146852e7a1a9194f9ad60eadf644498 /alot/commands/bufferlist.py
parent949c5b17b48ed8e45d315ba9c55d3ace1b511cb3 (diff)
pep8&pyflakes fixes
mostly automatically fixed
Diffstat (limited to 'alot/commands/bufferlist.py')
-rw-r--r--alot/commands/bufferlist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/bufferlist.py b/alot/commands/bufferlist.py
index 1738a2db..c638f8a0 100644
--- a/alot/commands/bufferlist.py
+++ b/alot/commands/bufferlist.py
@@ -2,7 +2,7 @@
# This file is released under the GNU GPL, version 3 or a later revision.
# For further details see the COPYING file
from alot.commands import Command, registerCommand
-import globals
+from . import globals
MODE = 'bufferlist'