Merge "Remove six.moves call"

This commit is contained in:
Jenkins 2015-05-21 22:13:36 +00:00 committed by Gerrit Code Review
commit 1654fffeb2
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