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)
Replace questionable exec call in the new() method of the Universe
class with cleaner getattr/setattr equivalents.


No differences found