Difference between revisions of "User:Ch4zm/Hellmouth II/Wiki bot retrofit"
From Golly.Life Wiki
(Created page with "Where did we start? * pkg/summaries/ * pkg/winners/ * pkg/seasons/ What next? Look for all the imports of cup data classes that don't include Hellmouth II: <pre> $ grep "f...") |
|||
| Line 5: | Line 5: | ||
* pkg/seasons/ | * pkg/seasons/ | ||
| − | + | Next, look for all the imports of cup data classes that don't include Hellmouth II: | |
| − | |||
| − | |||
<pre> | <pre> | ||
$ grep "from ..cup_data import HellmouthCup" pkg/* -r | $ grep "from ..cup_data import HellmouthCup" pkg/* -r | ||
</pre> | </pre> | ||
| + | |||
| + | * pkg/crowns/ | ||
| + | * pkg/records/ | ||
| + | * (leave records for last...) | ||
Revision as of 17:27, 7 October 2023
Where did we start?
- pkg/summaries/
- pkg/winners/
- pkg/seasons/
Next, look for all the imports of cup data classes that don't include Hellmouth II:
$ grep "from ..cup_data import HellmouthCup" pkg/* -r
- pkg/crowns/
- pkg/records/
- (leave records for last...)