blob: 6bead4102fddd156c6c6ccd0b245136f2f832f82 [file] [log] [blame]
"""Contains both normal error messages and Python3 porting error messages."""
# pylint: disable=too-few-public-methods
raise Exception, 1 # Error emitted here with the Python 3 checker.
class Test(object):
"""dummy"""
def __init__(self):
return 42