diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-02-06 14:41:51 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-02-06 14:41:51 +0100 |
| commit | a4bee532559a5022e54dac4cfbd9da23c7434a2f (patch) | |
| tree | 4ac288ae62065870e8a41e2268b75c3ca40c83f6 /apt/__init__.py | |
| parent | 9cab3c32bb04b8c87ec73f21566f3d25f5d986d9 (diff) | |
| parent | e2b1181b6600d5dfb1f5e1ebd31d89ee9229db8c (diff) | |
| download | python-apt-a4bee532559a5022e54dac4cfbd9da23c7434a2f.tar.gz | |
* merged better cdrom support
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 |
