diff options
author | eliott <eliott@cactuswax.net> | 2007-12-22 16:21:21 -0500 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-12-22 16:21:21 -0500 |
commit | bd9a99d79193673caa568ab8c17edfd873e8a27e (patch) | |
tree | de6d7e346e98840662e2bd6f0fad70f4ed99b564 /utils.py | |
parent | f02fdceef9a041f363732490769f1babc8f64515 (diff) |
renamed imports
Diffstat (limited to 'utils.py')
-rw-r--r-- | utils.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ from django.http import HttpResponseRedirect from string import * import sgmllib -#from archlinux.packages.models import Maintainer -#from archlinux.settings import BADPRIVS_URL +#from archweb_dev.packages.models import Maintainer +#from archweb_dev.settings import BADPRIVS_URL #def is_maintainer(view_func, badprivs_url=BADPRIVS_URL): # """ # Decorator for views that checks that the logged-in user has a corresponding |