mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-10 23:04:18 +00:00
Fix test on Python 2.5
This commit is contained in:
parent
a9ba84d5ff
commit
7b36756428
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
from __future__ import with_statement
|
||||||
|
|
||||||
from flake8 import engine, util, __version__
|
from flake8 import engine, util, __version__
|
||||||
import pep8
|
import pep8
|
||||||
import unittest
|
import unittest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue