Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
b4acd028
Commit
b4acd028
authored
May 11, 2014
by
Paul Sokolovsky
Browse files
tests: Fix import.
parent
ea970809
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/basics/class_store_class.py
View file @
b4acd028
...
...
@@ -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'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment