diff options
author | jaypipes@gmail.com <> | 2011-01-20 12:52:02 -0500 |
---|---|---|
committer | jaypipes@gmail.com <> | 2011-01-20 12:52:02 -0500 |
commit | 13b4f32d1995a8c50bcf86786b6ee75d49bea701 (patch) | |
tree | 746eb0bc123386c81c7ff60028e0d039acc6207b /nova/wsgi.py | |
parent | 2be5a31a95f264f26f3beb4aba6b9d947790d4b1 (diff) | |
download | nova-13b4f32d1995a8c50bcf86786b6ee75d49bea701.tar.gz nova-13b4f32d1995a8c50bcf86786b6ee75d49bea701.tar.xz nova-13b4f32d1995a8c50bcf86786b6ee75d49bea701.zip |
i18n's strings that were missed or have been added since initial i18n strings branch.
Diffstat (limited to 'nova/wsgi.py')
-rw-r--r-- | nova/wsgi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/wsgi.py b/nova/wsgi.py index 4f5307d80..a48bede9c 100644 --- a/nova/wsgi.py +++ b/nova/wsgi.py @@ -143,7 +143,7 @@ class Application(object): See the end of http://pythonpaste.org/webob/modules/dec.html for more info. """ - raise NotImplementedError("You must implement __call__") + raise NotImplementedError(_("You must implement __call__")) class Middleware(Application): |