Menu

#330 False positive from: import xml.etree.ElementTree as ET

0.8.18
open
nobody
None
5
2013-11-08
2013-11-08
No

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

Discussion


Log in to post a comment.