~libravatar/libravatar/master

« back to all changes in this revision

Viewing changes to contrib/python/libravatar_url.cgi

  • Committer: Francois Marier
  • Date: 2011-07-06 09:34:52 UTC
  • Revision ID: git-v1:ddfe223e2ed26781855c04a0e9d87b74e47bc7a6
contrib: clearly identify each of the tested libraries

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
from libravatar import libravatar_url
16
16
 
17
17
print 'Content-type: text/html\n\n'
 
18
print "<h1>pyLibravatar</h1>";
18
19
 
19
20
avatar_url = libravatar_url(email = 'fmarier@gmail.com')
20
21
missing_avatar = libravatar_url(email = 'fmarier+1@gmail.com')