You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "bottle.py", line 38, in
import base64, cgi, email.utils, functools, hmac, imp, itertools, mimetypes,
File "..._libs\Python36\lib\imp.py", line 33, in
DeprecationWarning, stacklevel=2)
DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
The text was updated successfully, but these errors were encountered:
Python 3.6.3, Bottle 0.12.13:
File "bottle.py", line 38, in
import base64, cgi, email.utils, functools, hmac, imp, itertools, mimetypes,
File "..._libs\Python36\lib\imp.py", line 33, in
DeprecationWarning, stacklevel=2)
DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
The text was updated successfully, but these errors were encountered: