/[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.36 by jmalonzo, Wed Nov 5 09:47:10 2003 UTC revision 1.37 by juri, Fri Nov 7 16:39:28 2003 UTC
# Line 271  def create_new_feed(title, location="", Line 271  def create_new_feed(title, location="",
271      f = Feed()      f = Feed()
272      f._title = title      f._title = title
273      f._location = location      f._location = location
274      f._id = straw.config.next_feed_id_seq()      f._id = straw.Config.get_instance().next_feed_id_seq()
275      f._username = username      f._username = username
276      f._password = password      f._password = password
277      return f      return f

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

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