comparison gpp/legacy/data.py @ 535:4021ea1045f7

Adding import commands for the 1.0 POTD & comments.
author Brian Neal <bgneal@gmail.com>
date Sat, 31 Dec 2011 21:34:17 +0000
parents 2367c4795c92
children 763eae227302
comparison
equal deleted inserted replaced
534:98f5facc0030 535:4021ea1045f7
8 # at the time. This dictionary contains mappings from old usernames to new 8 # at the time. This dictionary contains mappings from old usernames to new
9 # usernames. 9 # usernames.
10 10
11 KNOWN_USERNAME_CHANGES = { 11 KNOWN_USERNAME_CHANGES = {
12 'cavefishbutchdelux': 'butchdelux', 12 'cavefishbutchdelux': 'butchdelux',
13 'Findicator1': 'WaveOhhh', 13 'findicator1': 'WaveOhhh',
14 'Tikimania': 'Tikitena', 14 'tikimania': 'Tikitena',
15 'sandyfeet': 'RickRhoades', 15 'sandyfeet': 'RickRhoades',
16 'crumb': 'crumble',
17 'allenbridgewater': 'Outerwave_Allen',
18 'reddtyde': 'Redd_Tyde',
19 'fendershowman63': 'Abe',
20 'hearteater': 'JoshHeartless',
21 'surfdaddy': 'zzero',
22 'frisbie': 'zzero',
23 'retroactivegammarays': 'Retroactive_Taj',
24 'mrrebel': 'Eddie_Bertrand',
25 'doublecoil': 'Showman',
16 } 26 }
17 27