diff --git a/keystone/tests/common/auth.py b/keystone/tests/common/auth.py index b9b57b6442..c0abf5d386 100644 --- a/keystone/tests/common/auth.py +++ b/keystone/tests/common/auth.py @@ -10,6 +10,8 @@ # License for the specific language governing permissions and limitations # under the License. +from keystone.i18n import _ + class AuthTestMixin(object): """To hold auth building helper functions."""