mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
update import imp to inportlib
This commit is contained in:
parent
d019efcf91
commit
0723d27f44
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ from __future__ import absolute_import, division, print_function
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import logging
|
import logging
|
||||||
import imp
|
import importlib
|
||||||
import contextlib
|
import contextlib
|
||||||
import types
|
import types
|
||||||
import copy
|
import copy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue