e9e96cdf9a71 obsolete — Arnaud Campeas[arnaud.campeas@pythonian.fr] 10 months ago
xl/http: adaptation to new module name
1 files changed, 1 insertions(+), 1 deletions(-)

M tshistory_refinery/http.py
M tshistory_refinery/http.py +1 -1
@@ 11,7 11,7 @@ from tshistory.http.util import (
     required_roles
 )
 from tshistory.http.client import unwraperror
-from tshistory_xl.http import (
+from tshistory_xl.http_xl import (
     xl_httpapi,
     xl_httpclient
 )