mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 21:20:13 +01:00
Don't preimport socket module.
This commit is contained in:
@@ -318,5 +318,4 @@ void rawsocket_init() {
|
||||
STORE_INT_CONST(m, SOCK_STREAM);
|
||||
STORE_INT_CONST(m, SOCK_DGRAM);
|
||||
STORE_INT_CONST(m, SOCK_RAW);
|
||||
rt_store_name(qstr_from_str_static("rawsocket"), m);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user