This is the recommened way of declaring namespace. Also remove unneeded unicode_literals import.
2 lines
56 B
Python
2 lines
56 B
Python
__import__('pkg_resources').declare_namespace(__name__)
|