diff --git a/doc/source/conf.py b/doc/source/conf.py index 7073afce..85ed2b66 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,6 +1,4 @@ -from __future__ import print_function - import os import sys diff --git a/ec2api/wsgi.py b/ec2api/wsgi.py index 3af54e82..b4e5066f 100644 --- a/ec2api/wsgi.py +++ b/ec2api/wsgi.py @@ -14,8 +14,6 @@ """Utility methods for working with WSGI servers.""" -from __future__ import print_function - import os.path import socket import ssl