diff options
| author | Julian Andres Klode <jak@debian.org> | 2015-06-10 15:34:56 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2015-06-10 15:34:56 +0200 |
| commit | b263b8d1a6a84bd34290a1ae52d3c1ee33124d1b (patch) | |
| tree | d293502e5eea862eb856c75e94523f3b58bb9b3d /apt/progress/__init__.py | |
| parent | 4f34ca7de1defc09b119565a35b71e4cca919346 (diff) | |
| download | python-apt-b263b8d1a6a84bd34290a1ae52d3c1ee33124d1b.tar.gz | |
Remove apt.progress.gtk2
Diffstat (limited to 'apt/progress/__init__.py')
| -rw-r--r-- | apt/progress/__init__.py | 4 |
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 |
