]> 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 fcd67e5ce92bf18ecbd746d866c99d651f12e7ad..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,6 +26,8 @@ from notmuch.globals import (
     NotmuchThreadsP,
     NotmuchDatabaseP,
     NotmuchMessagesP,
+)
+from .errors import (
     NullPointerError,
     NotInitializedError,
 )