diff options
Diffstat (limited to 'examples/unix/http-client.py')
-rw-r--r-- | examples/unix/http-client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/unix/http-client.py b/examples/unix/http-client.py index 858420b99f..f042bfeb83 100644 --- a/examples/unix/http-client.py +++ b/examples/unix/http-client.py @@ -1,5 +1,5 @@ try: - import microsocket as _socket + import usocket as _socket except: import _socket |