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