This commit is contained in:
Luke Rogers 2014-02-21 14:55:33 +13:00
parent 2d90288856
commit 87b1d3d7f4
6 changed files with 21 additions and 13 deletions

View file

@ -36,3 +36,5 @@ def pre(inp):
size = ''
return '{} - {}{} - {} ({} ago)'.format(section, name, size, date_string, since)
print pre("top gear")