]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/query.py
python: update the docstring of class Filenames
[notmuch] / bindings / python / notmuch / query.py
index b669a3ef09141cb9f6f04c5e2080647a3b45a548..27bc4df79a1e97d54e385daeeca06a32a3847ff8 100644 (file)
@@ -14,7 +14,7 @@ for more details.
 You should have received a copy of the GNU General Public License
 along with notmuch.  If not, see <http://www.gnu.org/licenses/>.
 
-Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>'
+Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>
 """
 
 from ctypes import c_char_p, c_uint
@@ -26,10 +26,12 @@ from notmuch.globals import (
     NotmuchThreadsP,
     NotmuchDatabaseP,
     NotmuchMessagesP,
+)
+from .errors import (
     NullPointerError,
     NotInitializedError,
 )
-from notmuch.thread import Threads
+from .threads import Threads
 from .messages import Messages