aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/notmuch/directory.py
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2012-02-23 00:11:22 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2012-02-23 00:11:22 +0100
commita7561cc20b17669784c3259afcbcef98029f93e9 (patch)
tree3108a12c4598726ae1651b6fe5e36e1a26ecfd57 /bindings/python/notmuch/directory.py
parentdf0e1cf7884f93bbbf70786d0bffc45824ae01c1 (diff)
python: move the exception classes into error.py
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
Diffstat (limited to 'bindings/python/notmuch/directory.py')
-rw-r--r--bindings/python/notmuch/directory.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/bindings/python/notmuch/directory.py b/bindings/python/notmuch/directory.py
index b679aa2..0c5e015 100644
--- a/bindings/python/notmuch/directory.py
+++ b/bindings/python/notmuch/directory.py
@@ -20,11 +20,13 @@ Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>'
from ctypes import c_uint, c_long
from notmuch.globals import (
nmlib,
+ NotmuchDirectoryP,
+ NotmuchFilenamesP
+)
+from .errors import (
STATUS,
NotmuchError,
NotInitializedError,
- NotmuchDirectoryP,
- NotmuchFilenamesP
)
from .filenames import Filenames