6 lines
108 B
Python
6 lines
108 B
Python
# Oh no.. we called this variable foobar, bad!
|
|
|
|
from __future__ import absolute_import
|
|
|
|
foobar = "a string"
|