comparison myrss/myrss_test_feed.py @ 56:0249782e231e

pics2: add np_keys and selected thumbnail anchoring
author paulo
date Tue, 10 Sep 2013 01:04:24 -0700
parents
children c7bbd3805509
comparison
equal deleted inserted replaced
-1:000000000000 0:8cb62cbbeedc
1 import datetime
2
3 import myrss_app
4
5
6 x = myrss_app._process_feed(open("rottentomatoes.rss.xml"))
7 y = myrss_app._to_html(datetime.datetime.now(), [x])
8
9 print y