remove `reload(config)`

this is no longer required and will cause double reloads.
This commit is contained in:
Michael Telatynski 2015-07-04 14:07:11 +01:00
parent 21e8dea942
commit 7ed1e2c21c
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ from . import config
from . import plugin
from imp import reload
# In case we're being reloaded.
reload(config)
reload(plugin)
# Add more reloads here if you add third-party modules and want them to be
# reloaded when this plugin is reloaded. Don't forget to import them as well!