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:
Julien Danjou 2015-01-15 11:22:23 +01:00
parent baf76c5986
commit 9e0c8ad2c2
3 changed files with 1 additions and 3 deletions

View File

@ -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'))

View File

@ -16,7 +16,7 @@
# under the License.
import fixtures
from six.moves import mox
from mox3 import mox
class MoxStubout(fixtures.Fixture):

View File

@ -30,4 +30,3 @@ exclude = .tox,dist,doc,*.egg,build
[hacking]
import_exceptions =
six.moves.mock
six.moves.mox