py: Clean up instantiation of dupterm object.

To comply with already established scheme for extmod's.
This commit is contained in:
Paul Sokolovsky
2016-01-01 14:19:26 +02:00
parent 9bbfd5efd4
commit 00ee84e1e1
4 changed files with 9 additions and 7 deletions

View File

@@ -665,3 +665,7 @@ Q(writeblocks)
Q(sync)
Q(count)
#endif
#if MICROPY_PY_OS_DUPTERM
Q(dupterm)
#endif