From 32a39d656e52aeab54dce24e6907d4b57301dce7 Mon Sep 17 00:00:00 2001 From: Sebastian Heinlein Date: Mon, 4 Dec 2006 06:34:03 +0100 Subject: * actually use the DebianDistriubtion class on Debian :) --- AptSources/aptsources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AptSources') 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) -- cgit v1.2.3