diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-25 18:14:07 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-25 18:14:07 +0100 |
| commit | d5ecf4014552145ba646896d52653fb35a3229d8 (patch) | |
| tree | baf3bb6a68455348c6d3e93e10a3dea24e1b5074 /DistUpgrade | |
| parent | 8591e0cddf642b028e99d9c10be34073a023240b (diff) | |
| download | python-apt-d5ecf4014552145ba646896d52653fb35a3229d8.tar.gz | |
* fix error in logging in dist-upgrader
Diffstat (limited to 'DistUpgrade')
| -rw-r--r-- | DistUpgrade/DistUpgradeViewGtk.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DistUpgrade/DistUpgradeViewGtk.py b/DistUpgrade/DistUpgradeViewGtk.py index b84e8575..26fa099c 100644 --- a/DistUpgrade/DistUpgradeViewGtk.py +++ b/DistUpgrade/DistUpgradeViewGtk.py @@ -28,6 +28,7 @@ import vte import gobject import pango import sys +import logging import apt import apt_pkg |
