Files
tubestation/python/mozlint/test/files/foobar.py
Steve Armand 7f77fd4581 Bug 1397423 - Enable py2 linter on python/mozlint. r=ahal
MozReview-Commit-ID: 6QX7YCmfjdJ
2017-09-06 22:52:46 -04:00

6 lines
108 B
Python

# Oh no.. we called this variable foobar, bad!
from __future__ import absolute_import
foobar = "a string"