openpilot v0.7.6 release

This commit is contained in:
Vehicle Researcher
2020-05-31 13:22:49 -07:00
parent 2d659de09c
commit 4fd2b0e730
733 changed files with 6097 additions and 211199 deletions
+4 -1
View File
@@ -43,7 +43,7 @@ class TextWindow():
self.close()
class FakeTextWindow():
class FakeTextWindow(TextWindow):
def __init__(self, s):
pass
@@ -59,6 +59,9 @@ class FakeTextWindow():
def update(self, _):
pass
def close(self):
pass
def __exit__(self, type, value, traceback):
pass