/[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.34 by jmalonzo, Thu Oct 30 09:39:53 2003 UTC revision 1.35 by juri, Fri Oct 31 22:12:48 2003 UTC
# Line 331  class Feed(object, straw.SignalEmitter): Line 331  class Feed(object, straw.SignalEmitter):
331    
332      process_status = property(get_process_status, set_process_status, None, "")      process_status = property(get_process_status, set_process_status, None, "")
333    
334  def create_new_feed(title, location, username="", password=""):  def create_new_feed(title, location="", username="", password=""):
335      f = Feed()      f = Feed()
336      f._title = title      f._title = title
337      f._location = location      f._location = location

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

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