deluge/deluge/plugins/__init__.py

4 lines
93 B
Python

# this is a namespace package
import pkg_resources
pkg_resources.declare_namespace(__name__)