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/12/05 00:26:01 UTC

cvs commit: jakarta-gump/python/gump/syndication __init__.py

ajack       2003/12/04 15:26:01

  Modified:    python/gump/syndication __init__.py
  Log:
  Circular dependency in __init__.py to rss.py, try this...
  
  Revision  Changes    Path
  1.2       +1 -0      jakarta-gump/python/gump/syndication/__init__.py
  
  Index: __init__.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/syndication/__init__.py,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- __init__.py	4 Dec 2003 23:16:24 -0000	1.1
  +++ __init__.py	4 Dec 2003 23:26:01 -0000	1.2
  @@ -164,6 +164,7 @@
       
   def syndicate(run):
       
  +    from gump.syndication.rss import RSSSyndicator
       simple=RSSSyndicator()
       simple.syndicate(run)