Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 920676 | Differences between
and this patch

Collapse All | Expand All

(-)a/buildbot/www/plugin.py (-1 / +1 lines)
Lines 14-20 Link Here
14
# Copyright Buildbot Team Members
14
# Copyright Buildbot Team Members
15
15
16
16
17
import importlib_resources
17
import importlib.resources as importlib_resources
18
18
19
from twisted.web import static
19
from twisted.web import static
20
20

Return to bug 920676