Closed rkern closed 10 years ago
frosted.settings does all of its work whenever it gets imported. This is fine for a command-line script, but it makes integrating frosted into a Python IDE impossible except by running the command-line script as a subprocess.
frosted.settings
frosted
Thanks for reporting! I agree this is not ideal, Will release a new version soon to resolve this.
Thanks again for the suggestion, implemented dynamic settings in release 1.2.0
frosted.settings
does all of its work whenever it gets imported. This is fine for a command-line script, but it makes integratingfrosted
into a Python IDE impossible except by running the command-line script as a subprocess.