blob: c975b1dc2abeeb8a2a9a3a2b80ca883953527d4b [file] [log] [blame]
"""pylint doesn't see the NameError in this module"""
__revision__ = None
MSG = "hello %s" % MSG # [used-before-assignment]
MSG2 = ("hello %s" %
MSG2) # [used-before-assignment]