Skip to content

Commit

Permalink
Fix a test failure when run on a system with python-future installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
abadger committed Oct 7, 2016
1 parent aa1ec8a commit 9265016
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/units/module_utils/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,9 @@
import sys
from io import BytesIO, StringIO

try:
import builtins
except ImportError:
import __builtin__ as builtins

from units.mock.procenv import ModuleTestCase, swap_stdin_and_argv

from ansible.compat.six.moves import builtins
from ansible.compat.tests import unittest
from ansible.compat.tests.mock import patch, MagicMock, mock_open, Mock, call

Expand Down

0 comments on commit 9265016

Please sign in to comment.