예제 #1
0
 def __init__(self):
     Resource.__init__(self)
     self.list_of_feeds = []
     self.connectDB = ConnectFeedDB()
     self.connectDB.return_all_feeds()  #force reload of table information
     self.value = "test"
     self.html = self.create_html()
     self.feed_gen = [x for x in self.connectDB.return_all_feeds()]
     self.feeds = ""
     self.html_feeds()
     self.list_of_all_feeds = []
     self.all_feed_objects()
예제 #2
0
 def __init__(self):
     self.connectDB = ConnectFeedDB()