# HG changeset patch # User Arnaud Campeas[arnaud.campeas@pythonian.fr] # Date 1721832007 -7200 # Wed Jul 24 16:40:07 2024 +0200 # Node ID e9e96cdf9a71a018eff67b3471c86f339598c72b # Parent bf021e4ceabffa806bd6a9f3830d3193e0bd18a2 xl/http: adaptation to new module name diff --git a/tshistory_refinery/http.py b/tshistory_refinery/http.py --- a/tshistory_refinery/http.py +++ b/tshistory_refinery/http.py @@ -11,7 +11,7 @@ required_roles ) from tshistory.http.client import unwraperror -from tshistory_xl.http import ( +from tshistory_xl.http_xl import ( xl_httpapi, xl_httpclient )