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

13 lines
180 B
Python

"""test string exception
"""
__revision__ = ''
def function1():
"""hehehe"""
raise "String Exception"
def function2():
"""hehehe"""
raise 'exception', 'message'