Rename modules (filenames) to all-lowercase (with underscores).
Placeholder files are left behind in order to maintain backwards compatibility and
provide deprecation notices.
The pywikibot deprecation framework does not support deprecating subclasses,
calls to e.g. WikidataStuff.WikidataStuff.Reference will trigger the
WikidataStuff.WikidataStuff deprecation notice but also raise an error.
@Vesihiisi Since you've reviewed this I left my last minute addition in a separate patch, #59. Once you've reviewed that I'll merge it into this one then merge the whole thing into 0.4
Rename modules (filenames) to all-lowercase (with underscores).
Placeholder files are left behind in order to maintain backwards compatibility and provide deprecation notices.
The pywikibot deprecation framework does not support deprecating subclasses, calls to e.g.
WikidataStuff.WikidataStuff.Reference
will trigger theWikidataStuff.WikidataStuff
deprecation notice but also raise an error.