summaryrefslogtreecommitdiffstats
path: root/public/utils.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-02-10 00:29:27 -0600
committerDan McGee <dan@archlinux.org>2010-02-10 00:29:27 -0600
commitd7096041022f6c98358fbfd74544435cfd993d80 (patch)
tree995ff758d6ab41703b6920650a1f56acaa60770e /public/utils.py
parentc52d9649218107ed36cdc816b5d872cb030f367c (diff)
downloadarchweb-d7096041022f6c98358fbfd74544435cfd993d80.tar.gz
archweb-d7096041022f6c98358fbfd74544435cfd993d80.zip
Remove archweb prefix from all imports
Unnecessary, and lets us standardize on not using it everywhere. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'public/utils.py')
-rw-r--r--public/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/utils.py b/public/utils.py
index 3a604037..a7e37323 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