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/06/03 21:15:52 UTC

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

ajack       2004/06/03 12:15:52

  Modified:    python/gump/model __init__.py
  Log:
  Forgot to tell Python about the rename of ant to builder.
  
  Revision  Changes    Path
  1.5       +1 -1      gump/python/gump/model/__init__.py
  
  Index: __init__.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/model/__init__.py,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- __init__.py	16 Mar 2004 19:50:14 -0000	1.4
  +++ __init__.py	3 Jun 2004 19:15:52 -0000	1.5
  @@ -42,5 +42,5 @@
   # tell Python what modules make up the gump.model package
   __all__ = ["rawmodel","loader","state", \
       "object","project","module","workspace","repository", \
  -    "ant"]
  +    "builder"]
   
  
  
  

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