summaryrefslogtreecommitdiffstatshomepage
path: root/examples/unix/http-client.py
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-10-09 18:58:24 +0100
committerDamien George <damien.p.george@gmail.com>2014-10-09 18:58:24 +0100
commitcc5b4a26534646d2d33edf9d19b331303967806a (patch)
tree31ab6c219f8c219229eda826fa6c037f8539c132 /examples/unix/http-client.py
parenta2d8f98a7ebff40e0e6271566d7d49b43966f12b (diff)
parent23b3b04072345c372ff202e39357ceb4422c16db (diff)
downloadmicropython-cc5b4a26534646d2d33edf9d19b331303967806a.tar.gz
micropython-cc5b4a26534646d2d33edf9d19b331303967806a.zip
Merge pull request #899 from pfalcon/usocket-rename
unix: Rename "microsocket" module to "usocket".
Diffstat (limited to 'examples/unix/http-client.py')
-rw-r--r--examples/unix/http-client.py2
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