diff options
Diffstat (limited to 'lang/python/pyme/constants/md.py')
-rw-r--r-- | lang/python/pyme/constants/md.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/python/pyme/constants/md.py b/lang/python/pyme/constants/md.py index 700d872e..dbd762ce 100644 --- a/lang/python/pyme/constants/md.py +++ b/lang/python/pyme/constants/md.py @@ -15,5 +15,8 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +from __future__ import absolute_import, print_function, unicode_literals +del absolute_import, print_function, unicode_literals + from pyme import util util.process_constants('GPGME_MD_', globals()) |