summaryrefslogtreecommitdiff
path: root/alot/foreign
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2013-01-24 15:52:14 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2013-03-03 13:48:20 +0000
commit1a22810d2f6deb7b843089bf09f067c7509dada3 (patch)
treee01d33af64c617444ded178f6b32658fb5f82448 /alot/foreign
parent44451e7d0729b1392c9cdb2fcfdc9894b8cf63ce (diff)
fix import
Diffstat (limited to 'alot/foreign')
-rw-r--r--alot/foreign/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/foreign/__init__.py b/alot/foreign/__init__.py
index 3bfbb82b..8c8109f7 100644
--- a/alot/foreign/__init__.py
+++ b/alot/foreign/__init__.py
@@ -1,5 +1,5 @@
try:
import functools.lru_cache as lru_cache
except:
- import foreign.lru_cache as lru_cache
+ from lru_cache import lru_cache as lru_cache