Revert "Python: Model owslib.etree.etree directly"

This reverts commit 1213e786519a11142746fd3a725c874181f3a42b.

By fixing a few bugs in the SubclassFinder + manually running Find.ql on the geonode DB from DCA, I found that the installed version of owslib had both: https://github.com/geopython/OWSLib/blob/0.27.2/owslib/etree.py
This commit is contained in:
Rasmus Wriedt Larsen
2023-10-20 13:39:43 +02:00
parent 6ef9a2b11e
commit f74581ad09

View File

@@ -26,8 +26,6 @@ module Lxml {
API::Node etreeRef() {
result = API::moduleImport("lxml").getMember("etree")
or
result = API::moduleImport("owslib").getMember("etree").getMember("etree")
or
result = ModelOutput::getATypeNode("lxml.etree~Alias")
}