summaryrefslogtreecommitdiff
path: root/apt/progress/__init__.py
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2015-06-10 15:34:56 +0200
committerJulian Andres Klode <jak@debian.org>2015-06-10 15:34:56 +0200
commitb263b8d1a6a84bd34290a1ae52d3c1ee33124d1b (patch)
treed293502e5eea862eb856c75e94523f3b58bb9b3d /apt/progress/__init__.py
parent4f34ca7de1defc09b119565a35b71e4cca919346 (diff)
downloadpython-apt-b263b8d1a6a84bd34290a1ae52d3c1ee33124d1b.tar.gz
Remove apt.progress.gtk2
Diffstat (limited to 'apt/progress/__init__.py')
-rw-r--r--apt/progress/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/apt/progress/__init__.py b/apt/progress/__init__.py
index c689de5c..1ae94d06 100644
--- a/apt/progress/__init__.py
+++ b/apt/progress/__init__.py
@@ -19,8 +19,8 @@
"""Progress reporting.
This package provides progress reporting for the python-apt package. The module
-'base' provides classes with no output, the module 'gtk2' provides classes for
-GTK+ applications, and the module 'text' provides classes for terminals, etc.
+'base' provides classes with no output, and the module 'text' provides classes
+for terminals, etc.
"""
from __future__ import print_function