deluge/deluge/__init__.py
Calum Lind 7d998a45f2 Shorten code to declare namespace
This is the recommened way of declaring namespace.

Also remove unneeded unicode_literals import.
2018-11-02 08:47:57 +00:00

3 lines
69 B
Python

"""Deluge"""
__import__('pkg_resources').declare_namespace(__name__)