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 2003/11/25 21:38:29 UTC

cvs commit: jakarta-gump/python/gump/model module.py

ajack       2003/11/25 12:38:29

  Modified:    python/gump/model module.py
  Log:
  Trying to get CVS to work again (after refactor)
  
  Revision  Changes    Path
  1.16      +4 -1      jakarta-gump/python/gump/model/module.py
  
  Index: module.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/model/module.py,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- module.py	24 Nov 2003 18:42:08 -0000	1.15
  +++ module.py	25 Nov 2003 20:38:29 -0000	1.16
  @@ -585,7 +585,10 @@
                       cmd.addParameter('-d',self.getName(),' ')
                       
               if self.cvs.hasModule():
  -                cmd.addParameter(self.cvs.getModule())
  +                cmd.addParameter(self.cvs.getModule()):
  +            else
  +                cmd.addParameter(self.getName()):
  +            
           
           return (self.repository, root, cmd)