You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2004/04/05 20:21:00 UTC

cvs commit: gump/python/gump gumprun.py

ajack       2004/04/05 11:21:00

  Modified:    python/gump gumprun.py
  Log:
  had a - where an = was needed.
  
  Need to get back into using pychecker...
  
  Revision  Changes    Path
  1.18      +1 -1      gump/python/gump/gumprun.py
  
  Index: gumprun.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/gumprun.py,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- gumprun.py	29 Mar 2004 22:10:24 -0000	1.17
  +++ gumprun.py	5 Apr 2004 18:21:00 -0000	1.18
  @@ -402,7 +402,7 @@
           return self.cache
           
       def setCache(self,cache):
  -        self.cache-cache
  +        self.cache=cache
           
       def isDebug(self):
           return self.debug
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org