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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to