--- a/Allura/allura/lib/helpers.py
+++ b/Allura/allura/lib/helpers.py
@@ -27,8 +27,8 @@
 
 from allura.lib import exceptions as exc
 # Reimport to make available to templates
+from allura.lib.decorators import exceptionless
 from .security import has_neighborhood_access, has_project_access, has_artifact_access
-from .utils import exceptionless
 
 re_path_portion = re.compile(r'^[a-z][-a-z0-9]{2,}$')