From 8b8a55f10ca47fe297fbb9b16a8e100658c60df3 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 6 Jan 2014 13:24:51 +0100 Subject: Use print_function everywhere This brings the code closer to Python 3. Automatically converted using 2to3 -f print. --- aptsources/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'aptsources/__init__.py') diff --git a/aptsources/__init__.py b/aptsources/__init__.py index 0929e12b..d711b4f3 100644 --- a/aptsources/__init__.py +++ b/aptsources/__init__.py @@ -1,3 +1,5 @@ +from __future__ import print_function + import apt_pkg -- cgit v1.2.3