diff options
| author | Sebastian Heinlein <sebi@sebi-laptop> | 2007-02-26 19:51:30 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-laptop> | 2007-02-26 19:51:30 +0100 |
| commit | 7878cb9047d781694852cf5555294daa6814a799 (patch) | |
| tree | c144d800b2455ec07da8522a585a685cfea656e8 /apt/__init__.py | |
| parent | 6e9b3a9bd697061e0a556af8e64abb8f388639a0 (diff) | |
| parent | 8e179c8fd3b02b0dacac7ecbfbd08447d9c9ba43 (diff) | |
| download | python-apt-7878cb9047d781694852cf5555294daa6814a799.tar.gz | |
* merge with mvo
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 |
