keystone/keystone/token/backends
Ilya Pekelny 5f3fcf1123 Uses explicit imports for _
Previously `_` was monkeypatched in tests/core.py and bin/keystone-*.
This meant that if a developer was not running the tests exactly as
the documentation described they would not work. Even importing
certain modules in a interactive Python interpreter would fail unless
keystone.tests was imported first. Monkeypatching was removed and
explicit import for `_` was added.

Co-Authored-By: David Stanek <dstanek@dstanek.com>
Change-Id: I8b25b5b6d83fb873e25a8fab7686babf1d2261fa
Closes-Bug: #1255518
2014-03-18 01:23:21 -07:00
..
__init__.py split up the services and kvs backends 2012-01-18 20:57:44 -08:00
kvs.py Uses explicit imports for _ 2014-03-18 01:23:21 -07:00
memcache.py Convert Token Memcache backend to new KeyValueStore Impl 2014-02-19 23:55:17 +00:00
sql.py Sync db, db.sqlalchemy, gettextutils from oslo-incubator 6ba44fd 2014-03-06 11:48:50 -06:00