summaryrefslogtreecommitdiff
path: root/alot/commands/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/__init__.py')
-rw-r--r--alot/commands/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/alot/commands/__init__.py b/alot/commands/__init__.py
index 61ff7f21..e30769bb 100644
--- a/alot/commands/__init__.py
+++ b/alot/commands/__init__.py
@@ -1,15 +1,15 @@
# Copyright (C) 2011-2012 Patrick Totzke <patricktotzke@gmail.com>
# This file is released under the GNU GPL, version 3 or a later revision.
# For further details see the COPYING file
+
import argparse
import glob
import logging
import os
import re
-from ..settings.const import settings
-from ..helper import split_commandstring
-
+from ..settings.const import settings
+from ..helper import split_commandstring
class Command: