Update __init__.py

This commit is contained in:
Gordon Shumway 2019-03-10 19:30:32 -04:00 committed by GitHub
parent e25d7bcfa7
commit bd153cd648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -24,8 +24,9 @@ __contributors__ = {}
# This is a url where the most recent plugin package can be downloaded.
__url__ = 'http://github.com/reticulatingspline/Supybot-Tweety'
import config
import plugin
from . import config
from . import plugin
from imp import reload
reload(plugin) # In case we're being reloaded.
reload(config)
# Add more reloads here if you add third-party modules and want them to be