ansible-later/env_27/lib/python2.7/site-packages/pyflakes/scripts/pyflakes.py

9 lines
287 B
Python
Raw Normal View History

"""
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