Skip to content

Commit

Permalink
Missing file scripts/pyflakes.py in previous changeset.
Browse files Browse the repository at this point in the history
  • Loading branch information
florentx committed Jan 25, 2013
1 parent 7bd964f commit 21bb75d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyflakes/scripts/pyflakes.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"""
Implementation of the command-line I{pyflakes} tool.
"""
from __future__ import absolute_import

# For backward compatibility
from pyflakes.api import check, checkPath, checkRecursive, iterSourceCode, main

0 comments on commit 21bb75d

Please sign in to comment.