Skip to content

Commit 86d676c

Browse files
committed
logging: Add dummy module to preclude import errors.
1 parent 7c2f087 commit 86d676c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

logging/logging.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Dummy file to preclude import errors
2+
# Should be reimplemented for MicroPython
3+
# Reason:
4+
# Basic, useful module, by CPython impl depends on module "string" which
5+
# uses metaclasses.

0 commit comments

Comments
 (0)