diff options
author | Dan McGee <dan@archlinux.org> | 2011-12-11 19:52:27 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-12-11 19:52:27 -0600 |
commit | a60801bb7dbc18080e7f6106bcf9c707d2801c9d (patch) | |
tree | 12ba0f77316bbb87c1d15dc7d7d91a08fd85ed87 /public | |
parent | e65d2bc6db279240a03fece91e5332f8602859dc (diff) |
PyLint suggested cleanups
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'public')
-rw-r--r-- | public/views.py | 2 |
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() |