This repository was archived by the owner on Oct 19, 2023. It is now read-only.
Commit 98dd277
committed
google-assistant-sdk/pushtotalk: fix import boilerplate for python3.6
Fixes #160.
In Python3.6, the error
changed (https://hg.python.org/cpython/rev/c4e4886c6052) from `SystemError` to
`ImportError` so we need to catch both.1 parent 79f7e58 commit 98dd277
File tree
2 files changed
+2
-2
lines changed- google-assistant-sdk/googlesamples/assistant/grpc
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments