[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gump
Subject:    cvs commit: jakarta-gump/python/gump/tool .cvsignore
From:       ajack () apache ! org
Date:       2003-12-17 0:52:11
[Download RAW message or body]

ajack       2003/12/16 16:52:11

  Modified:    python/gump/syndication rss.pyc
               python/gump/model workspace.py
               python/gump/utils xmlutils.py
  Added:       python/gump/syndication .cvsignore
               python/gump/tool .cvsignore
  Log:
  Fixed a debug message, added some .cvsignores for *.pyc.
  
  Revision  Changes    Path
  1.4       +15 -15    jakarta-gump/python/gump/syndication/rss.pyc
  
  	<<Binary file>>
  
  
  1.1                  jakarta-gump/python/gump/syndication/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  *.pyc
  
  
  
  1.20      +1 -2      jakarta-gump/python/gump/model/workspace.py
  
  Index: workspace.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/model/workspace.py,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- workspace.py	16 Dec 2003 17:13:48 -0000	1.19
  +++ workspace.py	17 Dec 2003 00:52:11 -0000	1.20
  @@ -339,8 +339,7 @@
                                                                
           # Complete the properies
           self.completeProperties()
  -                                      
  -                                      
  +                                     
           # Sort contents (for 'prettiness')
           
           # Pretty sorting...
  
  
  
  1.7       +3 -3      jakarta-gump/python/gump/utils/xmlutils.py
  
  Index: xmlutils.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/utils/xmlutils.py,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- xmlutils.py	16 Dec 2003 17:13:48 -0000	1.6
  +++ xmlutils.py	17 Dec 2003 00:52:11 -0000	1.7
  @@ -331,13 +331,13 @@
             # We've this already?
             element=cls.map[name]
           except:
  -          # Store in class map
             if name: 
  -              log.debug(str(cls) + ' : ' + name + ' ... not downloaded from HREF first')        
                 # Create it first time...
                 element=GumpXMLObject.__new__(cls,attrs)
  -      
  +              # Store in class map
                 cls.map[name]=element
  +          else:
  +              log.error('Not downloaded, not named: [' + str(cls) + ' : ' + `attrs` + ']')
         
       return element
                   
  
  
  
  1.1                  jakarta-gump/python/gump/tool/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  *.pyc
  
  
  

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic