Skip to content

Commit 31efa43

Browse files
committed
Merge pull request #71 from ddemidov/master
Fix a bug introduced in #69
2 parents 8c680eb + 1777363 commit 31efa43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ev3dev/ev3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def all_off():
109109

110110
# ~autogen
111111

112-
class Button(object):
112+
class Button(ButtonEVIO):
113113
"""
114114
EV3 Buttons
115115
"""

0 commit comments

Comments
 (0)