django-billing
django-billing copied to clipboard
Update __init__.py
This seems to be erroring out for me. What version of Python are you testing on? Should this be doing either import pkg_resources or __import__('pkg_resources')?
Also, i think we maybe want declare_namespace(__name__), rather than declare_namespace(name), right?
Hi! The python version is 3.7. I think the change comes from setups tool. I'm sorry if I did not make the change correctly. I will modify it as you say!