summaryrefslogtreecommitdiff
path: root/apt/__init__.py
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2014-01-06 13:24:51 +0100
committerJulian Andres Klode <jak@debian.org>2014-01-06 13:24:51 +0100
commit8b8a55f10ca47fe297fbb9b16a8e100658c60df3 (patch)
treed2e941190673478d7d92821715ac8df476e17843 /apt/__init__.py
parentf6c94dbe9cbfa645b19832842183e248f940f829 (diff)
downloadpython-apt-8b8a55f10ca47fe297fbb9b16a8e100658c60df3.tar.gz
Use print_function everywhere
This brings the code closer to Python 3. Automatically converted using 2to3 -f print.
Diffstat (limited to 'apt/__init__.py')
-rw-r--r--apt/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/apt/__init__.py b/apt/__init__.py
index c4e78ba0..b8d291e3 100644
--- a/apt/__init__.py
+++ b/apt/__init__.py
@@ -18,6 +18,8 @@
# USA
# import the core of apt_pkg
"""High-Level Interface for working with apt."""
+from __future__ import print_function
+
import apt_pkg
# import some fancy classes