Releases: AnyOldName3/modorganizer-orphaned_script_extender_save_deleter
Releases · AnyOldName3/modorganizer-orphaned_script_extender_save_deleter
Fix import clash
Someone else started developing a mod organizer plugin whose imports clashed with this one. While that plugin was changed, it's still safer to update this so it can't happen again with anyone else's plugins.
- Moved
glob
import to the specific scope where it's used so it doesn't overwrite anyone else'sglob
and doesn't get overwritten. This needed doing because theglob
namespace contains theglob
function, so different import styles will redefine one as the other.
Initial release
This is the initial public release of this plugin.
Polish translation courtesy of @Yoosk