diff options
| author | Sebastian Heinlein <sebi@sebi-laptop> | 2006-12-04 06:34:39 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-laptop> | 2006-12-04 06:34:39 +0100 |
| commit | 350688d011534ccab7693cdaecaa22c817b4ddc4 (patch) | |
| tree | 6c9a259a13970d1d21fa363b6cdc8e085196dcd8 | |
| parent | 359db816dd1d9aecce9800742fdc1ed45846ee7e (diff) | |
| parent | 32a39d656e52aeab54dce24e6907d4b57301dce7 (diff) | |
| download | python-apt-350688d011534ccab7693cdaecaa22c817b4ddc4.tar.gz | |
* merge with Debian
| -rw-r--r-- | AptSources/aptsources.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AptSources/aptsources.py b/AptSources/aptsources.py index 45441cdd..2fd4b845 100644 --- a/AptSources/aptsources.py +++ b/AptSources/aptsources.py @@ -811,7 +811,7 @@ def get_distro(): return UbuntuDistribution(id, codename, description, release) elif id == "Debian": - return UbuntuDistribution(id, codename, description, + return DebianDistribution(id, codename, description, release) else: return Distribution(id, codename, description, relase) |
