]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/messages.py
Merge branch 'release'
[notmuch] / bindings / python / notmuch / messages.py
index 97167bd160668b21fd25b862e1b45c848cc033ea..e17f1507ec9032299535e47222c706d55688e271 100644 (file)
@@ -12,7 +12,7 @@ FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 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/>.
+along with notmuch.  If not, see <https://www.gnu.org/licenses/>.
 
 Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>
                Jesse Rosenthal <jrosenthal@jhu.edu>
@@ -31,8 +31,6 @@ from .errors import (
 from .tag import Tags
 from .message import Message
 
-import sys
-
 class Messages(object):
     """Represents a list of notmuch messages