summaryrefslogtreecommitdiff
path: root/alot/commands/search.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/commands/search.py
parent657b7525f297c885877281861dba90da5301db25 (diff)
refacor: move db errors to separate file
Diffstat (limited to 'alot/commands/search.py')
-rw-r--r--alot/commands/search.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/search.py b/alot/commands/search.py
index 072764c2..60a0834a 100644
--- a/alot/commands/search.py
+++ b/alot/commands/search.py
@@ -4,7 +4,7 @@ import logging
from alot.commands import Command, registerCommand
from alot.commands.globals import PromptCommand
-from alot.db import DatabaseROError
+from alot.db.errors import DatabaseROError
from alot import commands
from alot import buffers