Fix reload to use a copy of datafile keys
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 10 Feb 2014 01:57:26 +0000 (01:57 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 10 Feb 2014 01:57:26 +0000 (01:57 +0000)
commit015ea384dafbc17070d3c11e84004ca27b866eb9
treecdc59812d3e7162f4c3d1608e1a5d19a0ca42e70
parentf9c4c6c9f4c7f81d4d58fba30aa1db22feb65a77
Fix reload to use a copy of datafile keys

* lib/mudpy/misc.py: Python 2.x was more tolerant of this and it now
breaks under 3.4 release candidates, but correcting it to iterate over a
copy is arguably more correct anyway.
lib/mudpy/misc.py