randy3k / AutomaticPackageReloader

Automatically reload submodules while developing a Sublime Text package.
MIT License
38 stars 13 forks source link

Refactor module reloading #52

Open deathaxe opened 9 months ago

deathaxe commented 9 months ago

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.