diff --git a/deluge/plugins/example/example/common.py b/deluge/plugins/example/example/common.py index 01a6b7c44..d39163afe 100644 --- a/deluge/plugins/example/example/common.py +++ b/deluge/plugins/example/example/common.py @@ -26,4 +26,4 @@ import pkg_resources import os.path def get_resource(filename): - return pkg_resources.resource_filename("blocklist", os.path.join("data", filename)) + return pkg_resources.resource_filename("example", os.path.join("data", filename))