summaryrefslogtreecommitdiff
path: root/alot/commands/bufferlist.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-10-13 14:36:56 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-10-13 14:36:56 +0100
commit765fa19c38e5f5c9c60d8046bb6120b9fcdc7a79 (patch)
treeea14f04e59456bcfb9338fedf0ca484ad55d90d5 /alot/commands/bufferlist.py
parentc97102f22c1d19f0e67af878e720710a4cc592ae (diff)
fix imports
Diffstat (limited to 'alot/commands/bufferlist.py')
-rw-r--r--alot/commands/bufferlist.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/alot/commands/bufferlist.py b/alot/commands/bufferlist.py
index e5f9d936..52d33de1 100644
--- a/alot/commands/bufferlist.py
+++ b/alot/commands/bufferlist.py
@@ -1,5 +1,2 @@
-from commands import Command, registerCommand
-from twisted.internet import defer
-
MODE = 'bufferlist'