summaryrefslogtreecommitdiffstats
path: root/python.d/python_modules/urllib3/packages/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'python.d/python_modules/urllib3/packages/__init__.py')
-rw-r--r--python.d/python_modules/urllib3/packages/__init__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/python.d/python_modules/urllib3/packages/__init__.py b/python.d/python_modules/urllib3/packages/__init__.py
new file mode 100644
index 000000000..170e974c1
--- /dev/null
+++ b/python.d/python_modules/urllib3/packages/__init__.py
@@ -0,0 +1,5 @@
+from __future__ import absolute_import
+
+from . import ssl_match_hostname
+
+__all__ = ('ssl_match_hostname', )