CityGenerator / Megacosm-Generator

A tool for creating fantasy campaign settings, including maps, regions, flags, cities, NPCs, businesses, legends, lore and more.
GNU General Public License v2.0
69 stars 30 forks source link

fix imports #62

Closed morgajel closed 10 years ago

morgajel commented 10 years ago

10:56 < DasIch> morgajel: from foo import (bar, baz) works, you can then have newlines within the parens and break a from import over several lines

morgajel commented 10 years ago

ended up using putting each on it's own line to make merging cleaner.