summaryrefslogtreecommitdiff
path: root/apt/auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'apt/auth.py')
-rw-r--r--apt/auth.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/apt/auth.py b/apt/auth.py
index acc612a9..814cf1dc 100644
--- a/apt/auth.py
+++ b/apt/auth.py
@@ -24,6 +24,8 @@
# USA
"""Handle GnuPG keys used to trust signed repositories."""
+from __future__ import print_function
+
import os
import os.path
import shutil