diff options
Diffstat (limited to 'public/utils.py')
-rw-r--r-- | public/utils.py | 2 |
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 |