Merge "Fixes a typo in a comment"

This commit is contained in:
Jenkins
2015-09-04 04:56:29 +00:00
committed by Gerrit Code Review
+1 -1
View File
@@ -134,7 +134,7 @@ class EggLoader(loadwsgi.EggLoader):
# NOTE(dstanek): class paths were remove from the keystone-paste.ini in
# favor of using entry points. This caused tests to slow to a crawl
# since we reload the application object for test RESTful test. This
# since we reload the application object for each RESTful test. This
# monkey-patching adds caching to paste deploy's egg lookup.
loadwsgi.EggLoader = EggLoader