This seems like a false positive.
foo.py:2: No module attribute (etree) found
foo.py uses etree from Python 2.7.2:
import xml.etree.ElementTree as ET
Log in to post a comment.