braintree / braintree_python

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

Raise deprecation warning only when attribute is accessed #155

Open cedk opened 5 months ago

cedk commented 5 months ago

Fixes #148

Summary

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

Checklist

cedk commented 3 months ago

ping