Croydon / flask-xml-rpc-reloaded

This is a library that lets your Flask apps provide XML-RPC APIs. OPEN FOR PULL REQUESTS.
https://pypi.org/project/Flask-XML-RPC-Re/
MIT License
8 stars 4 forks source link

Abandon old naming scheme #6

Open an5t opened 5 years ago

an5t commented 5 years ago

Old Flask extensions naming schema (with "flaskext" namespace package) was abandoned by Flask developers long ago: http://flask.pocoo.org/docs/0.12/extensiondev/#extension-import-transition.

What do you think is it necessary to support that schema in this library?

Croydon commented 5 years ago

No, it would be fine with me if it gets removed.