summaryrefslogtreecommitdiff
path: root/alot/buffers.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-03-11 16:40:12 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-03-11 16:40:12 +0000
commit90f57a7d6e488a196bd800d87314af986c1f4ccc (patch)
tree71633857a18311ba2f54cefec264d23cc01bda3d /alot/buffers.py
parent657b7525f297c885877281861dba90da5301db25 (diff)
refacor: move db errors to separate file
Diffstat (limited to 'alot/buffers.py')
-rw-r--r--alot/buffers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/buffers.py b/alot/buffers.py
index 8182caba..07f1af86 100644
--- a/alot/buffers.py
+++ b/alot/buffers.py
@@ -6,7 +6,7 @@ from settings import settings
import commands
from walker import PipeWalker
from helper import shorten_author_string
-from db import NonexistantObjectError
+from db.errors import NonexistantObjectError
class Buffer(object):