From 3d57e14df7ba5f14a634295caf3b2e60da50bfe2 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Fri, 6 Sep 2019 16:31:13 -0700 Subject: Remove windows python distribution from repo and add requirements.txt --- python/urllib3/packages/__init__.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 python/urllib3/packages/__init__.py (limited to 'python/urllib3/packages/__init__.py') diff --git a/python/urllib3/packages/__init__.py b/python/urllib3/packages/__init__.py deleted file mode 100644 index 170e974..0000000 --- a/python/urllib3/packages/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -from __future__ import absolute_import - -from . import ssl_match_hostname - -__all__ = ('ssl_match_hostname', ) -- cgit v1.2.3