diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2018-03-15 17:25:00 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2018-03-15 17:25:00 -0400 |
| commit | 8f3f022c54db7c8348c84c079dfe7f7c354f1062 (patch) | |
| tree | c86dc9c237135358aea6104f54afb1f8254a3fb4 /tests/test_utils.py | |
| parent | 6497cbee7ec93e05a599d828cdfc4f2f3f97b93b (diff) | |
| download | python-requests-8f3f022c54db7c8348c84c079dfe7f7c354f1062.tar.gz | |
attempt to fix appveyor
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
Diffstat (limited to 'tests/test_utils.py')
| -rw-r--r-- | tests/test_utils.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py index 465b3330..92d7f6a0 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -644,10 +644,8 @@ def test_should_bypass_proxies_win_registry( """ if override is None: override = '192.168.*;127.0.0.1;localhost.localdomain;172.16.1.1' - if basics.is_py3: - import winreg - else: - import _winreg as winreg + + import winreg class RegHandle: |
