Skip to content

Commit f455861

Browse files
committed
Use requestes instead of urllib2 as default executor
1 parent 1be99d3 commit f455861

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

esios/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66
except Exception as e:
77
VERSION = 'unknown'
88

9+
from libsaas.executors import requests_executor
10+
requests_executor.use()
911
from .service import Esios

0 commit comments

Comments
 (0)