added mysef to the editor username

This commit is contained in:
Asad M. Zaman 2003-11-26 19:38:27 +00:00
parent bcba0f6421
commit c1dfd835fb

View File

@ -9,6 +9,7 @@ username2entIdBase = {
'skyler': 3*EntIdRange,
'joe': 4*EntIdRange,
'DrEvil': 5*EntIdRange,
'asad': 6*EntIdRange,
}
assert uniqueElements(username2entIdBase.values())