khazhyk fc22d288be [commands] unload cog submodules
When unloading cogs, currently we do not remove submodules from
sys.modules, meaning they will not be reloaded. Removing here
makes new imports reload from file. Of course, any already imported
modules will still hold a reference to the old module, since they
will not re-import it, and will not be forcably unloaded.
2017-07-07 18:02:29 -04:00
..
2016-05-06 12:23:24 -04:00
2017-07-04 23:16:16 +03:00
2017-07-04 21:59:44 -04:00
2017-04-15 19:55:51 -04:00
2017-07-03 23:14:16 -07:00
2017-01-20 23:19:19 -05:00
2017-01-20 23:19:19 -05:00
2017-01-20 23:19:19 -05:00
2017-07-05 00:48:27 -04:00
2017-06-30 18:49:49 -04:00
2017-06-09 18:36:59 -04:00