diff --git a/gluon/storage.py b/gluon/storage.py index cb0dae30..3b0780fd 100644 --- a/gluon/storage.py +++ b/gluon/storage.py @@ -298,6 +298,7 @@ class List(list): if not value and otherwise: raise ValueError('Otherwise will raised.') except (ValueError, TypeError): + from http import HTTP, redirect if otherwise is None: raise HTTP(404) elif isinstance(otherwise, str):