aboutsummaryrefslogtreecommitdiff
path: root/requests/packages/urllib3/contrib/ntlmpool.py
diff options
context:
space:
mode:
Diffstat (limited to 'requests/packages/urllib3/contrib/ntlmpool.py')
-rw-r--r--requests/packages/urllib3/contrib/ntlmpool.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/requests/packages/urllib3/contrib/ntlmpool.py b/requests/packages/urllib3/contrib/ntlmpool.py
index b8cd933..c6b266f 100644
--- a/requests/packages/urllib3/contrib/ntlmpool.py
+++ b/requests/packages/urllib3/contrib/ntlmpool.py
@@ -1,9 +1,3 @@
-# urllib3/contrib/ntlmpool.py
-# Copyright 2008-2013 Andrey Petrov and contributors (see CONTRIBUTORS.txt)
-#
-# This module is part of urllib3 and is released under
-# the MIT License: http://www.opensource.org/licenses/mit-license.php
-
"""
NTLM authenticating pool, contributed by erikcederstran