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)
commit83f8bcba73b08734089d91e75c49f6939d47d906
treebb9b935dec0b9eb86a3446efe777b2f8c04448cb
parentdf7274a2589b487892afe2b892dbe633ce4b8a94
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