Imports cleanup
authorThierry Florac <thierry.florac@onf.fr>
Wed, 12 Jul 2017 12:35:07 +0200
changeset 84 2d928c3189c0
parent 83 ddcb2ea9392b
child 85 b43215d4c9b9
Imports cleanup
src/pyams_security/security.py
--- a/src/pyams_security/security.py	Wed Jul 12 12:34:18 2017 +0200
+++ b/src/pyams_security/security.py	Wed Jul 12 12:35:07 2017 +0200
@@ -25,8 +25,8 @@
 from persistent import Persistent
 from persistent.dict import PersistentDict
 from pyams_utils.adapter import adapter_config
-from pyams_utils.property import request_property
 from pyams_utils.registry import query_utility
+from pyams_utils.request import request_property
 from pyramid.location import lineage
 from pyramid.security import DENY_ALL, Everyone, Allow, Deny, ALL_PERMISSIONS, Authenticated
 from pyramid.threadlocal import get_current_registry