]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/message.py
python: strip superfluous single quote from copyright notices
[notmuch] / bindings / python / notmuch / message.py
index 20ba9cb918cbca07d05a4266d63a02898895334d..f1faf1da1c939e71f671a51292a2926c5a0a10a6 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>
                Jesse Rosenthal <jrosenthal@jhu.edu>
 """
 
@@ -26,17 +26,19 @@ from .globals import (
     Enum,
     _str,
     Python3StringMixIn,
-    STATUS,
-    NotmuchError,
-    NullPointerError,
-    NotInitializedError,
     NotmuchTagsP,
     NotmuchMessageP,
     NotmuchMessagesP,
     NotmuchFilenamesP,
 )
+from .errors import (
+    STATUS,
+    NotmuchError,
+    NullPointerError,
+    NotInitializedError,
+)
 from .tag import Tags
-from .filename import Filenames
+from .filenames import Filenames
 
 import email
 try: