tests: Fix import.

pull/603/head
Paul Sokolovsky 2014-05-11 03:40:32 +03:00
rodzic ea9708092e
commit b4acd028b6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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')