]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/directory.py
python: rename filename.py into filenames.py
[notmuch] / bindings / python / notmuch / directory.py
index 3e0763f256660f06a7550ffd3de656b458ab9f65..b679aa293dc21006a06102e612e2cbca631ceb19 100644 (file)
@@ -26,7 +26,7 @@ from notmuch.globals import (
     NotmuchDirectoryP,
     NotmuchFilenamesP
 )
     NotmuchDirectoryP,
     NotmuchFilenamesP
 )
-from .filename import Filenames
+from .filenames import Filenames
 
 class Directory(object):
     """Represents a directory entry in the notmuch directory
 
 class Directory(object):
     """Represents a directory entry in the notmuch directory