mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 04:09:03 +02:00
MozReview-Commit-ID: 6QX7YCmfjdJ --HG-- extra : rebase_source : 0610d67f376c462b0f103a6510f21459fc39f940
5 lines
108 B
Python
5 lines
108 B
Python
# Oh no.. we called this variable foobar, bad!
|
|
|
|
from __future__ import absolute_import
|
|
|
|
foobar = "a string"
|