signature: add Signature class for more Pythonic verification.
[pgp-mime.git] / pgp_mime / email.py
index 94874bc2dc07fb822c0f251a97c3c79a8281cd6c..0a02ee5535618c911953cc6d92d0b7eef543a087 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2012 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
 #
 # This file is part of pgp-mime.
 #
@@ -15,6 +15,8 @@
 # You should have received a copy of the GNU General Public License along with
 # pgp-mime.  If not, see <http://www.gnu.org/licenses/>.
 
+from __future__ import absolute_import
+
 from email.header import decode_header as _decode_header
 from email.message import Message as _Message
 from email.mime.text import MIMEText as _MIMEText