diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-12-02 23:17:16 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-12-02 23:17:16 +0000 |
| commit | c89b8408c0115e9fccdd4bfe180e93eb746b12cd (patch) | |
| tree | 3f706c5fe4e3d456cbfe24ebd18063820c28446e /apt/progress.py | |
| parent | 1aff3d1820f8efe90d811d96c0f5b3806f20d325 (diff) | |
| download | python-apt-c89b8408c0115e9fccdd4bfe180e93eb746b12cd.tar.gz | |
* added "{candidate,installed}Downloadable"
Diffstat (limited to 'apt/progress.py')
| -rw-r--r-- | apt/progress.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apt/progress.py b/apt/progress.py index 552c9e75..8c47ab95 100644 --- a/apt/progress.py +++ b/apt/progress.py @@ -62,6 +62,8 @@ class FetchProgress(object): dlIgnored : "Ignored"} def __init__(self): + self.eta = "" + self.percent = 0.0 pass def start(self): |
