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 +- public/views.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'public') 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 diff --git a/public/views.py b/public/views.py index 560f9bb..79dae55 100644 --- a/public/views.py +++ b/public/views.py @@ -1,5 +1,5 @@ -from archweb.main.models import AltForum, Arch, Donor, MirrorUrl, News -from archweb.main.models import Package, Repo, ExternalProject +from main.models import AltForum, Arch, Donor, MirrorUrl, News +from main.models import Package, Repo, ExternalProject from . import utils from django.contrib.auth.models import User -- cgit v1.2.3-24-g4f1b