All versions of Python that flake8 supports (2.7, 3.4+) have full
support for the with statement. There is no need to add the import.
Slightly simplifies the example be removing unnecessary boilerplate.
Previously the `X` wasn't further explained in the documentation on how to
register a plugin. This plugs the hole at least for checking plugins.
See also: #183