/[straw]/straw/src/lib/Feed.py
ViewVC logotype

Diff of /straw/src/lib/Feed.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.30 by jmalonzo, Mon Oct 27 02:11:17 2003 UTC revision 1.31 by jmalonzo, Mon Oct 27 02:22:36 2003 UTC
# Line 336  def create_new_feed(title, location, use Line 336  def create_new_feed(title, location, use
336      f._title = title      f._title = title
337      f._location = location      f._location = location
338      f._id = straw.config.next_feed_id_seq()      f._id = straw.config.next_feed_id_seq()
339        f._username = username
340        f._password = password
341      return f      return f
342    
343  def create_empty_feed():  def create_empty_feed():

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26