summaryrefslogtreecommitdiffstatshomepage
path: root/unix/qstrdefsport.h
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-10-09 20:43:10 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-10-09 20:43:10 +0300
commit23b3b04072345c372ff202e39357ceb4422c16db (patch)
tree31ab6c219f8c219229eda826fa6c037f8539c132 /unix/qstrdefsport.h
parenta2d8f98a7ebff40e0e6271566d7d49b43966f12b (diff)
downloadmicropython-23b3b04072345c372ff202e39357ceb4422c16db.tar.gz
micropython-23b3b04072345c372ff202e39357ceb4422c16db.zip
unix: Rename "microsocket" module to "usocket".
Per new conventions, we'd like to consistently use "u*" naming conventions for modules which don't offer complete CPython compatibility, while offer subset or similar API.
Diffstat (limited to 'unix/qstrdefsport.h')
-rw-r--r--unix/qstrdefsport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/qstrdefsport.h b/unix/qstrdefsport.h
index 1e2f79fc99..dcc57da7e1 100644
--- a/unix/qstrdefsport.h
+++ b/unix/qstrdefsport.h
@@ -58,7 +58,7 @@ Q(htons)
Q(inet_aton)
Q(gethostbyname)
Q(getaddrinfo)
-Q(microsocket)
+Q(usocket)
Q(connect)
Q(bind)
Q(listen)