sync oslo bits · stackhpc/python-openstackclient@a368983 · GitHub
Skip to content

Commit a368983

Browse files
author
Steve Martinelli
committed
sync oslo bits
update gettextutils.py, strutils.py, install_venv_common.py remove iniparsers.py oslo-incubator commit 1223cf Change-Id: I23923d580f57ab6c12622f10d9f278c44c863feb
1 parent 23f64a4 commit a368983

6 files changed

Lines changed: 156 additions & 251 deletions

File tree

openstack-common.conf

Lines changed: 0 additions & 1 deletion
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#
2+
# Licensed under the Apache License, Version 2.0 (the "License"); you may
3+
# not use this file except in compliance with the License. You may obtain
4+
# a copy of the License at
5+
#
6+
# http://www.apache.org/licenses/LICENSE-2.0
7+
#
8+
# Unless required by applicable law or agreed to in writing, software
9+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
10+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
11+
# License for the specific language governing permissions and limitations
12+
# under the License.
13+
14+
import six
15+
16+
17+
six.add_move(six.MovedModule('mox', 'mox', 'mox3.mox'))

openstackclient/openstack/common/gettextutils.py

Lines changed: 128 additions & 104 deletions

0 commit comments

Comments
 (0)