mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-22 13:51:09 -05:00
okay fine
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
Implementation of the command-line I{pyflakes} tool.
|
||||
"""
|
||||
|
||||
# For backward compatibility
|
||||
__all__ = ['check', 'checkPath', 'checkRecursive', 'iterSourceCode', 'main']
|
||||
from pyflakes.api import check, checkPath, checkRecursive, iterSourceCode, main
|
||||
Reference in New Issue
Block a user