Commit 9baee80
authored
Fix
When `blurb` was being restructured, the import paths moved to deeper levels of the project layout. It was updated in the console scripts so invoking just the `blurb` command worked but `python -m blurb` didn't. This resulted in breaking the MSI installer smoke testing workflow in CPython's CI [[1]].
Blurb's own CI never invokes said interface, so it had no chance of catching the regression.
This patch corrects the import but does not make an attempt to improve testing.
[1]: python/cpython#121879blurb import in the runpy interface1 parent 0cc1c1a commit 9baee80
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments