diff --git a/ddj_cloud/scrapers/talsperren/__init__.py b/ddj_cloud/scrapers/talsperren/__init__.py index 8bbc3e0..1e1dedb 100644 --- a/ddj_cloud/scrapers/talsperren/__init__.py +++ b/ddj_cloud/scrapers/talsperren/__init__.py @@ -1,2 +1,5 @@ +# Load lxml because for some reason bs4 doesn't find it otherwise? +from lxml import etree + # Ensure that federation subclasses are loaded from . import federations