From c276b4294cac97c1281ce9bb4934e49d0ba970a2 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sat, 15 Feb 2014 23:16:28 +0100 Subject: allow super() on TCPServer, add thread names for better debugging --- netlib/http_auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netlib/http_auth.py') diff --git a/netlib/http_auth.py b/netlib/http_auth.py index be99fb3d..b0451e3b 100644 --- a/netlib/http_auth.py +++ b/netlib/http_auth.py @@ -1,4 +1,4 @@ -import contrib.md5crypt as md5crypt +from .contrib import md5crypt import http from argparse import Action, ArgumentTypeError -- cgit v1.2.3