Commit 7bc0779
authored
The helpers were just not needed and should be private.
`__version__` is a bit awkard and probably not quite right. Hiding
it seems good to me, I also changed it to look-up via `__name__`.
The thing is, I would like to vendor it, and then looking up `spatch`
is wrong and can fail. Looking up `__name__` may not actually be any
better, but for now I'll assume it is better than what we have.
Not sure if this matters either way, if it does we might have to find
a better solution...
1 parent 551f997 commit 7bc0779
2 files changed
Lines changed: 16 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments