third_party.pylibs.pylint.src/test/input/func_nameerror_on_string_substitution.py
root 4becf6f9e5 forget the past.
forget the past.
2006-04-26 10:48:09 +00:00

9 lines
135 B
Python

"""pylint doesn't see the NameError in this module"""
__revision__ = None
MSG = "hello %s" % MSG
MSG2 = ("hello %s" %
MSG2)