Show More
@@ -38,8 +38,6 b' from sqlalchemy.orm import relationship,' | |||||
38 | from sqlalchemy.exc import OperationalError |
|
38 | from sqlalchemy.exc import OperationalError | |
39 | from beaker.cache import cache_region, region_invalidate |
|
39 | from beaker.cache import cache_region, region_invalidate | |
40 | from webob.exc import HTTPNotFound |
|
40 | from webob.exc import HTTPNotFound | |
41 | from Crypto.Cipher import AES |
|
|||
42 | from Crypto import Random |
|
|||
43 | from zope.cachedescriptors.property import Lazy as LazyProperty |
|
41 | from zope.cachedescriptors.property import Lazy as LazyProperty | |
44 |
|
42 | |||
45 | from rhodecode.translation import _ |
|
43 | from rhodecode.translation import _ |
General Comments 0
You need to be logged in to leave comments.
Login now