summaryrefslogtreecommitdiff
path: root/pyflakes/scripts/pyflakes.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyflakes/scripts/pyflakes.py')
-rw-r--r--pyflakes/scripts/pyflakes.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyflakes/scripts/pyflakes.py b/pyflakes/scripts/pyflakes.py
index 4a18e79..2d6f6aa 100644
--- a/pyflakes/scripts/pyflakes.py
+++ b/pyflakes/scripts/pyflakes.py
@@ -1,7 +1,6 @@
"""
Implementation of the command-line I{pyflakes} tool.
"""
-from __future__ import absolute_import
# For backward compatibility
__all__ = ['check', 'checkPath', 'checkRecursive', 'iterSourceCode', 'main']