aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/fujitv.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/fujitv.py')
-rw-r--r--hypervideo_dl/extractor/fujitv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/fujitv.py b/hypervideo_dl/extractor/fujitv.py
index 668bb27..77e826e 100644
--- a/hypervideo_dl/extractor/fujitv.py
+++ b/hypervideo_dl/extractor/fujitv.py
@@ -1,5 +1,5 @@
-from ..utils import HEADRequest
from .common import InfoExtractor
+from ..networking import HEADRequest
class FujiTVFODPlus7IE(InfoExtractor):