vim/sadness/bike/ide-integration/test/scrap2.py @ e7baf2c34c7e

Add "vim/spell" to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Tue, 14 Dec 2010 20:08:02 -0500
parents cfd5d659d737
children (none)
from scrap import MyClass, testFunction

b = MyClass()

b.myMethod()


c = abcde()

c.myMethod()


d = defgh()

d.myMethod()


e = MyClass()

e.myMethod()