Remove six.moves call
This patches remove the six.move call as it's does not move anything since it relies always on mox3. Change-Id: Ic59c73abb9b09cb594bf7df4173d7f99f81d526c
This commit is contained in:
parent
baf76c5986
commit
9e0c8ad2c2
@ -14,4 +14,3 @@ import six
|
||||
|
||||
|
||||
six.add_move(six.MovedModule('mock', 'mock', 'unittest.mock'))
|
||||
six.add_move(six.MovedModule('mox', 'mox3.mox', 'mox3.mox'))
|
||||
|
@ -16,7 +16,7 @@
|
||||
# under the License.
|
||||
|
||||
import fixtures
|
||||
from six.moves import mox
|
||||
from mox3 import mox
|
||||
|
||||
|
||||
class MoxStubout(fixtures.Fixture):
|
||||
|
Loading…
x
Reference in New Issue
Block a user