tests: Fix import.
This commit is contained in:
parent
ea9708092e
commit
b4acd028b6
@ -2,7 +2,7 @@
|
||||
# There was a bug in MicroPython that under some conditions class stored
|
||||
# in instance attribute later was returned "bound" as if it was a method,
|
||||
# which caused class constructor to receive extra argument.
|
||||
from collections import namedtuple
|
||||
from _collections import namedtuple
|
||||
|
||||
_DefragResultBase = namedtuple('DefragResult', 'foo bar')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user