Commit 4dddd87
google-calendar: Add --provision argument to install dependencies.
Leveraged the provisioning support provided by `init_from_options`.
Enabled the `--provision` argument by setting `allow_provisiong` to
True in `add_default_arguments`.
Re-ordered the script such that the imports are executed after
`init_from_options`.
Updated the import error message to recommend using the command with the
--provision argument to install the dependencies.1 parent 2a287e3 commit 4dddd87
1 file changed
+16
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 14 | | |
22 | 15 | | |
23 | 16 | | |
| |||
49 | 42 | | |
50 | 43 | | |
51 | 44 | | |
52 | | - | |
| 45 | + | |
53 | 46 | | |
54 | 47 | | |
55 | 48 | | |
| |||
64 | 57 | | |
65 | 58 | | |
66 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
67 | 75 | | |
68 | 76 | | |
69 | 77 | | |
70 | | - | |
71 | | - | |
72 | 78 | | |
73 | 79 | | |
74 | 80 | | |
| |||
0 commit comments