diff options
| author | Michael Vogt <egon@bottom> | 2007-04-24 21:24:32 +0200 |
|---|---|---|
| committer | Michael Vogt <egon@bottom> | 2007-04-24 21:24:32 +0200 |
| commit | f83140ef276db00a2673e5085a40704f078a8cbd (patch) | |
| tree | f2d65b5d4cc573b7dad4125a676788c19a7330ad /apt/__init__.py | |
| parent | 82a6e0be9a632bc16e5c21b9c3ab0cce9a5b2a37 (diff) | |
| parent | 6b02ff1915b3dcd098474e1b9ccd5f89d6b777da (diff) | |
| download | python-apt-f83140ef276db00a2673e5085a40704f078a8cbd.tar.gz | |
* apt/cdrom.py:
- better cdrom handling support
* apt/package.py:
- added candidateDependencies, installedDependencies
- SizeToString supports PyLong too
- support pkg.architecture
- support candidateRecord, installedRecord
* apt/cache.py:
- fix rootdir
* apt/cdrom.py:
- fix bug in cdrom mountpoint handling
Diffstat (limited to 'apt/__init__.py')
| -rw-r--r-- | apt/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt/__init__.py b/apt/__init__.py index 15df6990..c6a2ff39 100644 --- a/apt/__init__.py +++ b/apt/__init__.py @@ -7,6 +7,7 @@ import os from apt.package import Package from apt.cache import Cache from apt.progress import OpProgress, FetchProgress, InstallProgress, CdromProgress +from apt.cdrom import Cdrom from apt_pkg import SizeToStr, TimeToStr, VersionCompare # init the package system |
