diff options
| author | Andreas Jaeger <aj@suse.com> | 2020-03-31 13:29:58 +0200 |
|---|---|---|
| committer | Andreas Jaeger <aj@suse.com> | 2020-03-31 13:33:41 +0200 |
| commit | e96e99f1ec05ecae17f6cee3c73bb84af3919128 (patch) | |
| tree | 1d740e7260ffbc349593fe3505a46cfad08ca9e1 /troveclient/_i18n.py | |
| parent | f859692cc3f3f9ad72546d6b94f991a1558d78af (diff) | |
| download | python-troveclient-3.3.1.tar.gz | |
Update hacking for Python33.3.1
The repo is Python 3 now, so update hacking to version 3.0 which
supports Python 3.
Fix problems found.
Change-Id: I5da442bb2f1e634e6b3fe37a6ea3820cea1db96f
Diffstat (limited to 'troveclient/_i18n.py')
| -rw-r--r-- | troveclient/_i18n.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/troveclient/_i18n.py b/troveclient/_i18n.py index 1e4c949..afad668 100644 --- a/troveclient/_i18n.py +++ b/troveclient/_i18n.py @@ -37,4 +37,4 @@ _P = _translators.plural_form def get_available_languages(): - return oslo_i18n.get_available_languages(DOMAIN) + return oslo_i18n.get_available_languages(DOMAIN) |
