Eliminate exec() in Universe.new()
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 24 Dec 2019 22:23:32 +0000 (22:23 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 28 Dec 2019 20:40:11 +0000 (20:40 +0000)
commite067958404628ee8881e132399f73a760efab8c1
treee7afd58c7a4d7ddf048d210e2172b98319aee75b
parent3664932805146a7eb7a6d7dc57ecb1fd8ca9045b
Eliminate exec() in Universe.new()

Replace questionable exec call in the new() method of the Universe
class with cleaner getattr/setattr equivalents.
mudpy/misc.py