summaryrefslogtreecommitdiff
path: root/alot/widgets
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2015-02-15 16:59:35 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2015-02-23 14:28:31 +0000
commitb66ff41d72b81daff55df3e5d91c6c207fbdbbbf (patch)
tree7c629eb3473deab333a5ed7d946269ecb50a925d /alot/widgets
parent4e8be60723fd16df84f675cee22c5b2f398c2abd (diff)
detach alot.foreign.urwidtrees
It is now a separate package and added to alot's list of dependencies. https://github.com/pazz/urwidtrees
Diffstat (limited to 'alot/widgets')
-rw-r--r--alot/widgets/thread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/widgets/thread.py b/alot/widgets/thread.py
index 24d63303..c49bbb9d 100644
--- a/alot/widgets/thread.py
+++ b/alot/widgets/thread.py
@@ -12,7 +12,7 @@ from alot.db.utils import decode_header, X_SIGNATURE_MESSAGE_HEADER
from alot.helper import tag_cmp
from alot.widgets.globals import TagWidget
from alot.widgets.globals import AttachmentWidget
-from alot.foreign.urwidtrees import Tree, SimpleTree, CollapsibleTree
+from urwidtrees import Tree, SimpleTree, CollapsibleTree
from alot.db.utils import extract_body