summaryrefslogtreecommitdiff
path: root/alot/addressbook/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/addressbook/__init__.py')
-rw-r--r--alot/addressbook/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/alot/addressbook/__init__.py b/alot/addressbook/__init__.py
index 4e733efd..834142d6 100644
--- a/alot/addressbook/__init__.py
+++ b/alot/addressbook/__init__.py
@@ -1,9 +1,9 @@
# Copyright (C) 2011-2015 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 re
-import abc
+import abc
+import re
class AddressbookError(Exception):
pass