summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Stanek <dstanek@dstanek.com>2014-08-14 19:30:28 +0000
committerDolph Mathews <dolph.mathews@gmail.com>2014-09-08 14:14:33 -0500
commitd20cb633506913bb7c6ecb57400bb74dc7b579a8 (patch)
tree788e310757f29755b66a7efe9c0f0822ecc2db72
parent1cacde3f59b9b6ff5b2c810c83ea50e3e5e5cdc9 (diff)
downloadkeystone-d20cb633506913bb7c6ecb57400bb74dc7b579a8.tar.gz
Updates package comment to be more accurate.
Change-Id: I980b9fb37516f5775f11a01d93e82d5349b8850a
-rw-r--r--keystone/token/backends/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/keystone/token/backends/__init__.py b/keystone/token/backends/__init__.py
index 606588765..927ecc97d 100644
--- a/keystone/token/backends/__init__.py
+++ b/keystone/token/backends/__init__.py
@@ -10,6 +10,6 @@
# License for the specific language governing permissions and limitations
# under the License.
-# NOTE(morganfainberg): This module is for transition from the old token
-# backend package location to the new one. This module is slated for removal
+# NOTE(morganfainberg): This package is for transition from the old token
+# backend package location to the new one. This package is slated for removal
# in the Kilo development cycle.