ports: Rename "machine" module to "umachine".

To let unix port implement "machine" functionality on Python level, and
keep consistent naming in other ports (baremetal ports will use magic
module "symlinking" to still load it on "import machine").

Fixes #1701.
This commit is contained in:
Paul Sokolovsky
2015-12-18 02:35:33 +02:00
parent 2195046365
commit 2eb844e0b4
9 changed files with 14 additions and 14 deletions

View File

@@ -613,7 +613,7 @@ Q(b2a_base64)
#endif
#if MICROPY_PY_MACHINE
Q(machine)
Q(umachine)
Q(mem)
Q(mem8)
Q(mem16)