candango / firenado

Web Framework that extends Tornado Web organizing the application, and adding extra features.
Apache License 2.0
12 stars 9 forks source link

Remove exec from run_from_command_line #405

Closed piraz closed 2 years ago

piraz commented 2 years ago

Instead of using exec to import modules in management.run_from_command_line lets use import instead.

See: https://stackoverflow.com/a/19221024/2887989