summaryrefslogtreecommitdiffstats
path: root/python/mozlint/test/files/foobar.py
blob: 441f954ec18f79646ed4f67fe36b15eb626b253d (plain)
1
2
3
4
5
# Oh no.. we called this variable foobar, bad!

from __future__ import absolute_import

foobar = "a string"