Re: [sword-devel] [PATCH] Make versification/av11n.py script working again.

2018-03-31 Thread Greg Hellings
Personally I'd prefer to see this as a few separate patches. Especaially one that separates out the PEP8 stuff from the other problems. On Sat, Mar 31, 2018 at 11:44 AM, Matěj Cepl wrote: > That means: > * Make it PEP8 compliant > * That unfortunately includes '\t' -> '' change (PEP8

[sword-devel] [PATCH] Make versification/av11n.py script working again.

2018-03-31 Thread Matěj Cepl
That means: * Make it PEP8 compliant * That unfortunately includes '\t' -> '' change (PEP8 doesn’t like TABs), which makes for the massive diff. * Don’t use deprecated API calls. Use Sword.VersificationMgr.getSystemVersificationMgr() instead of Sword.VerseM