tests/filterpyflakes.py
changeset 48875 6000f5b25c9b
parent 45830 c102b704edb5
child 50433 e07dc1e7a454
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     1 #!/usr/bin/env python3
     1 #!/usr/bin/env python3
     2 
     2 
     3 # Filter output by pyflakes to control which warnings we check
     3 # Filter output by pyflakes to control which warnings we check
     4 
     4 
     5 from __future__ import absolute_import, print_function
       
     6 
     5 
     7 import re
     6 import re
     8 import sys
     7 import sys
     9 
     8 
    10 lines = []
     9 lines = []