mirror of
https://github.com/uhIgnacio/EmoteManager.git
synced 2024-08-15 02:23:13 +00:00
Merge branch 'master' into metrics
This commit is contained in:
commit
f1e8fee10f
1 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,8 @@ from . import emote
|
||||||
from . import errors
|
from . import errors
|
||||||
from . import paginator
|
from . import paginator
|
||||||
from . import compat
|
from . import compat
|
||||||
from . import emote_client
|
|
||||||
# note: do not import .image in case the user doesn't want it
|
# note: do not import .image in case the user doesn't want it
|
||||||
# since importing image can take a long time.
|
# since importing image can take a long time.
|
||||||
|
# Do not import .emote_client, either, because otherwise running python -m utils.image
|
||||||
|
# will cause utils.image to appear in sys.modules after import of package 'utils' but
|
||||||
|
# prior to execution of 'utils.image' which may result in unpredictable behavior.
|
||||||
|
|
Loading…
Reference in a new issue