]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/message.py
python: rename filename.py into filenames.py
[notmuch] / bindings / python / notmuch / message.py
index 20ba9cb918cbca07d05a4266d63a02898895334d..d17b9bc693c2a4ce6f8e87ef2a955219668cc459 100644 (file)
@@ -36,7 +36,7 @@ from .globals import (
     NotmuchFilenamesP,
 )
 from .tag import Tags
     NotmuchFilenamesP,
 )
 from .tag import Tags
-from .filename import Filenames
+from .filenames import Filenames
 
 import email
 try:
 
 import email
 try: