From b4b19e07afbffdabf866519949b8eac7dbe9893f Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Fri, 19 Nov 2010 11:50:33 -0500 Subject: [PATCH] Use DDE data from the latest ubuntu dev-version. --- neurodebian/dde.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neurodebian/dde.py b/neurodebian/dde.py index bb89036..e2084e4 100755 --- a/neurodebian/dde.py +++ b/neurodebian/dde.py @@ -500,7 +500,7 @@ def import_dde(cfg, db): if q.has_key('popcon'): db[p]['main']['debian_popcon'] = q['popcon'] # if we have debian, need to get ubuntu - q = dde_get(query_url + "/packages/prio-ubuntu-lucid/%s" % p) + q = dde_get(query_url + "/packages/prio-ubuntu-natty/%s" % p) if q and q.has_key('popcon'): db[p]['main']['ubuntu_popcon'] = q['popcon'] else: -- 2.39.5