ansible-later/env_27/lib/python2.7/site-packages/pyflakes/scripts/pyflakes.py
2019-04-11 13:00:36 +02:00

9 lines
287 B
Python

"""
Implementation of the command-line I{pyflakes} tool.
"""
from __future__ import absolute_import
# For backward compatibility
__all__ = ['check', 'checkPath', 'checkRecursive', 'iterSourceCode', 'main']
from pyflakes.api import check, checkPath, checkRecursive, iterSourceCode, main