fune/python/mozlint/test/files/foobar.py
Steve Armand 08d5fcd935 Bug 1397423 - Enable py2 linter on python/mozlint. r=ahal
MozReview-Commit-ID: 6QX7YCmfjdJ

--HG--
extra : rebase_source : 0610d67f376c462b0f103a6510f21459fc39f940
2017-09-06 22:52:46 -04:00

5 lines
108 B
Python

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