PyCQA / flake8-import-order

Flake8 plugin that checks import order against various Python Style Guides
GNU Lesser General Public License v3.0
278 stars 72 forks source link

Add xml(.etree) to stdlib_list.py #20

Closed adrianandreias closed 10 years ago

adrianandreias commented 10 years ago

First of all first for this project :).

xml.etree is missing from stdlib_list.py and wrongly reports it as local module.

I.e.: from xml.etree import ElementTree as ET

Also:

public commented 10 years ago

I did actually write a script to generate it initially but apparently it was buggy and missed some. I've been adding them manually since. I'll make sure I've sorted xml in the next release :-)