django-billing icon indicating copy to clipboard operation
django-billing copied to clipboard

Update __init__.py

Open iris9112 opened this issue 6 years ago • 2 comments

iris9112 avatar Dec 14 '18 16:12 iris9112

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?

gabrielgrant avatar Dec 19 '18 22:12 gabrielgrant

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!

iris9112 avatar Dec 21 '18 00:12 iris9112