braintree / braintree_python

Braintree Python library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
241 stars 155 forks source link

Raise deprecation warning only when attribute is accessed #155

Open cedk opened 4 weeks ago

cedk commented 4 weeks ago

Fixes #148

Summary

Importing the library should not trigger any deprecation warning but only when accessing the deprecated attribute.

Checklist