init
This commit is contained in:
commit
38355d2442
9083 changed files with 1225834 additions and 0 deletions
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,8 @@
|
|||
"""
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue