view script.py @ 5699:108754b6c716

<oerjan> ` sed -i \'s/ / /g\' wisdom/{atrix,rtf,htdh}
author HackBot
date Wed, 24 Jun 2015 21:02:36 +0000
parents 9e6895a7b711
children 109b3fc0c7ca
line wrap: on
line source

users = ['hppavilion1']
print 'These are the users who bothered to edit our file:'
for x in users:
    print(x+', ')