summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-12-11 19:52:27 -0600
committerDan McGee <dan@archlinux.org>2011-12-11 19:52:27 -0600
commita60801bb7dbc18080e7f6106bcf9c707d2801c9d (patch)
tree12ba0f77316bbb87c1d15dc7d7d91a08fd85ed87 /public
parente65d2bc6db279240a03fece91e5332f8602859dc (diff)
downloadarchweb-a60801bb7dbc18080e7f6106bcf9c707d2801c9d.tar.gz
archweb-a60801bb7dbc18080e7f6106bcf9c707d2801c9d.zip
PyLint suggested cleanups
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'public')
-rw-r--r--public/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views.py b/public/views.py
index 8fb60c78..bcae4bd7 100644
--- a/public/views.py
+++ b/public/views.py
@@ -8,7 +8,7 @@ from devel.models import MasterKey
from main.models import Arch, Repo, Donor
from mirrors.models import MirrorUrl
from news.models import News
-from utils import get_recent_updates
+from .utils import get_recent_updates
def index(request):
pkgs = get_recent_updates()