From 053e61422170e34862327face2c6ff304c1b3115 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Thu, 30 Apr 2020 18:54:08 -0400 Subject: [PATCH] Import resource_filename from setuptools Drop the nevow one --- src/allmydata/web/root.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/web/root.py b/src/allmydata/web/root.py index d44231c34..4680457ef 100644 --- a/src/allmydata/web/root.py +++ b/src/allmydata/web/root.py @@ -12,7 +12,7 @@ from twisted.web.util import redirectTo from hyperlink import DecodedURL, URL from twisted.web import static -from nevow.util import resource_filename +from pkg_resources import resource_filename from twisted.python.filepath import FilePath from twisted.web.template import (