AutomaticPackageReloader
AutomaticPackageReloader copied to clipboard
Refactor module reloading
This commit merges calls to reload modules into a single statement.
Note importer.reload() may return a new module instance, which is then to be used for subsequent functions.