From d7096041022f6c98358fbfd74544435cfd993d80 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 10 Feb 2010 00:29:27 -0600 Subject: Remove archweb prefix from all imports Unnecessary, and lets us standardize on not using it everywhere. Signed-off-by: Dan McGee --- public/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/utils.py') diff --git a/public/utils.py b/public/utils.py index 3a60403..a7e3732 100644 --- a/public/utils.py +++ b/public/utils.py @@ -1,4 +1,4 @@ -from archweb.main.models import Arch, Repo, Package +from main.models import Arch, Repo, Package def get_recent_updates(): # This is a bit of magic. We are going to show 15 on the front page, but we -- cgit v1.2.3-24-g4f1b