summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-01-09 12:04:25 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-01-09 12:04:25 +0200
commitbae052d4209024f65dcfc1c99127ef6e4ca351fa (patch)
treed4cbf0ef19b79067a421b6b691c401a14697821c
parent3b936a5f4cea879bd793ef174622d56d19d01c11 (diff)
downloadmicropython-bae052d4209024f65dcfc1c99127ef6e4ca351fa.tar.gz
micropython-bae052d4209024f65dcfc1c99127ef6e4ca351fa.zip
examples/unix: Rename example be importable as modules.
Replace hyphens with undescores in modules.
-rw-r--r--examples/unix/http_client.py (renamed from examples/unix/http-client.py)0
-rw-r--r--examples/unix/http_server.py (renamed from examples/unix/http-server.py)0
2 files changed, 0 insertions, 0 deletions
diff --git a/examples/unix/http-client.py b/examples/unix/http_client.py
index f042bfeb83..f042bfeb83 100644
--- a/examples/unix/http-client.py
+++ b/examples/unix/http_client.py
diff --git a/examples/unix/http-server.py b/examples/unix/http_server.py
index 7affafcfd6..7affafcfd6 100644
--- a/examples/unix/http-server.py
+++ b/examples/unix/http_server.py