]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch/tag.py
Remove all traces of cnotmuch
[notmuch] / notmuch / tag.py
index c89e4feba2647a71d859eab4d3bfcd85b23b6649..cf1152a1e5747bc46ed0c3089fb6d60f1f973da4 100644 (file)
@@ -17,7 +17,7 @@ along with notmuch.  If not, see <http://www.gnu.org/licenses/>.
 Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>'
 """
 from ctypes import c_char_p
-from cnotmuch.globals import nmlib, STATUS, NotmuchError
+from notmuch.globals import nmlib, STATUS, NotmuchError
 
 #------------------------------------------------------------------------------
 class Tags(object):