py: Clean up instantiation of dupterm object.
To comply with already established scheme for extmod's.
This commit is contained in:
@@ -665,3 +665,7 @@ Q(writeblocks)
|
||||
Q(sync)
|
||||
Q(count)
|
||||
#endif
|
||||
|
||||
#if MICROPY_PY_OS_DUPTERM
|
||||
Q(dupterm)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user