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