diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-04 16:15:36 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-04 16:15:36 +0000 |
| commit | 22b6039107124d9e2fb9f3185d1663fac482f25e (patch) | |
| tree | e7820e51df0b152d1e750b377b8fd2cc85405523 /apt/__init__.py | |
| parent | ad3b844320f099f40c475f39579a9baf578785c6 (diff) | |
| download | python-apt-22b6039107124d9e2fb9f3185d1663fac482f25e.tar.gz | |
* downloads can be canceld now (in FetchProgress::Pulse)
Diffstat (limited to 'apt/__init__.py')
| -rw-r--r-- | apt/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt/__init__.py b/apt/__init__.py index eb4e3268..2a478b34 100644 --- a/apt/__init__.py +++ b/apt/__init__.py @@ -7,7 +7,7 @@ import os from apt.package import Package from apt.cache import Cache from apt.progress import OpProgress, FetchProgress, InstallProgress, CdromProgress -from apt_pkg import SizeToStr, VersionCompare +from apt_pkg import SizeToStr, TimeToStr, VersionCompare # init the package system apt_pkg.init() |
