mtt icon indicating copy to clipboard operation
mtt copied to clipboard

imp module deprecated - should use importlib

Open hppritcha opened this issue 5 years ago • 0 comments

I'm getting messages about imp being deprecated and to use importlib:

pyclient/pymtt.py:18: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  import imp

hppritcha avatar Feb 11 '20 15:02 hppritcha