From c37feed731bca6dab9e1afacc446b7516fed30aa Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 8 Mar 2014 08:32:56 -0800 Subject: Added future imports and licenses that are missing --- setup.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 238ee9b7..7f7ba9ef 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,9 @@ # implied. # See the License for the specific language governing permissions and # limitations under the License. + +from __future__ import absolute_import, division, print_function + import os import sys from distutils.command.build import build -- cgit v1.2.3