"""

"""

import support

class Test:
    def method1( self ):
        __local = "buttercup"
        __local


Test().method1()

#raise support.TestError("" + `x`)
