
This isn't quite right and broke on stable/liberty. Pushing a revert in case I3c22d77dece399d21ab94783b74990789a1e1481 doesn't actually fix the problem. We should probably merge whichever passes first. This reverts commit 69653318f4ebcff37a463db213ba131d8196778e. Change-Id: I9304429f25d28ca756e50b1788e149c5bb46b1d6
18 lines
644 B
Python
18 lines
644 B
Python
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
# not use this file except in compliance with the License. You may obtain
|
|
# a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
# License for the specific language governing permissions and limitations
|
|
# under the License.
|
|
|
|
import six
|
|
|
|
|
|
six.add_move(six.MovedModule('mox', 'mox', 'mox3.mox'))
|