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/07/15 01:36:28 UTC

cvs commit: gump/python/gump/core __init__.py

ajack       2004/07/14 16:36:28

  Modified:    python/gump/utils domutils.py
               python/gump/model module.py
               python/gump/repository __init__.py
               python/gump/core __init__.py
  Log:
  1) Fixed to some __init__.py for pydoc.
  2) Tweaks for debugging domutils attr mapping.
  
  Revision  Changes    Path
  1.4       +2 -2      gump/python/gump/utils/domutils.py
  
  Index: domutils.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/utils/domutils.py,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- domutils.py	14 Jul 2004 21:15:54 -0000	1.3
  +++ domutils.py	14 Jul 2004 23:36:28 -0000	1.4
  @@ -105,14 +105,14 @@
               elif attrType is str or attrType is unicode:
                   pass
               else:
  -                log.warn('Unknown Type %s for Attribute %s' % (attrType, attrName))
  +                log.warn('Unknown Type %s for Attribute %s [on %s]' % (attrType, attrName, target))
                   
               
               #print 'Transfer ', attrName, ' -> ', value, ' [', attrType, ']'
               setattr(target,attrName,value)
               set+=1
           except:
  -            log.warn('Error with Type %s for Attribute %s' % (attrType, attrName))
  +            log.warn('Error with Type %s for Attribute %s [on %s]' % (attrType, attrName, target))
               raise
               
       return set
  
  
  
  1.48      +0 -1      gump/python/gump/model/module.py
  
  Index: module.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/model/module.py,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- module.py	14 Jul 2004 18:12:12 -0000	1.47
  +++ module.py	14 Jul 2004 23:36:28 -0000	1.48
  @@ -166,7 +166,6 @@
       	self.totalDepends=[]
       	self.totalDependees=[]
       
  -        
       	self.projects={}
       	
           self.notifys=[]
  
  
  
  1.3       +1 -1      gump/python/gump/repository/__init__.py
  
  Index: __init__.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/repository/__init__.py,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- __init__.py	21 May 2004 23:15:06 -0000	1.2
  +++ __init__.py	14 Jul 2004 23:36:28 -0000	1.3
  @@ -16,6 +16,6 @@
   # limitations under the License.
   
   # tell Python what modules make up the gump.repostory package
  -__all__ = ["repository"]
  +__all__ = ["artifact","publisher"]
   
       
  
  
  
  1.4       +2 -2      gump/python/gump/core/__init__.py
  
  Index: __init__.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/core/__init__.py,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- __init__.py	14 Jul 2004 15:47:59 -0000	1.3
  +++ __init__.py	14 Jul 2004 23:36:28 -0000	1.4
  @@ -25,5 +25,5 @@
   """
   
   # tell Python what modules make up the gump.core package
  -__all__ = ["init","commandLine","config","gumpinit",
  +__all__ = ["commandLine","config","gumpinit",
               "actor","gumpenv","gumprun","options", "gumpset"]
  
  
  

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