# HG changeset patch # User Cameron Simpson # Date 1719533980 -36000 # Fri Jun 28 10:19:40 2024 +1000 # Branch pilfer # Node ID b146b587f3168254dc094a612f7c89615ff26d72 # Parent fda5c2550f7e9274bd344fc6ab57394b12f420cb cs.urlutils: update imports diff --git a/lib/python/cs/urlutils.py b/lib/python/cs/urlutils.py --- a/lib/python/cs/urlutils.py +++ b/lib/python/cs/urlutils.py @@ -65,14 +65,13 @@ from cs.deco import cachedmethod, promote, Promotable from cs.excutils import logexc, safe_property -from cs.lex import parseUC_sAttr +from cs.lex import parseUC_sAttr, r from cs.logutils import debug, error, warning, exception from cs.obj import SingletonMixin from cs.pfx import Pfx, pfx_iter from cs.rfc2616 import datetime_from_http_date from cs.seq import skip_map from cs.threads import locked, ThreadState, HasThreadState -from cs.xml import etree # ElementTree ##from http.client import HTTPConnection ##putheader0 = HTTPConnection.putheader