-On [20080105 11:36], [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:
>class code:
>    def __init__( self, start, stop ):
>        startLoc = start
>        stopLoc = stop

Shouldn't this be:

self.startLoc = start
self.stopLoc = stop

?

-- 
Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
Open your Heart and push the limits...
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to