summaryrefslogtreecommitdiff
path: root/apt/progress/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'apt/progress/__init__.py')
-rw-r--r--apt/progress/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/apt/progress/__init__.py b/apt/progress/__init__.py
index 776a7034..c689de5c 100644
--- a/apt/progress/__init__.py
+++ b/apt/progress/__init__.py
@@ -23,5 +23,7 @@ This package provides progress reporting for the python-apt package. The module
GTK+ applications, and the module 'text' provides classes for terminals, etc.
"""
+from __future__ import print_function
+
__all__ = []