Update __init__.py
This commit is contained in:
parent
e25d7bcfa7
commit
bd153cd648
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue