##// END OF EJS Templates
cleanup: removed pycrypto code from db schema, it's unused anyway
marcink -
r3519:66982ec6 default
parent child Browse files
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