Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > 1d186713bed30ef7ddfdfeced3a8a9da > files > 62

python-tornado-doc-3.1-4.mga4.noarch.rpm

<html>
  <head>
    <title>Tornado Twitter Demo</title>
  </head>
  <body>
    <ul>
      {% for tweet in timeline %}
      <li><b>{{ tweet['user']['screen_name'] }}</b>: {{ tweet['text'] }}</li>
      {% end %}
    </ul>
  </body>
</html>