summary refs log tree commit diff
path: root/youtube_dl/extractor/anvato_token_generator/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/anvato_token_generator/__init__.py')
-rw-r--r--youtube_dl/extractor/anvato_token_generator/__init__.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/youtube_dl/extractor/anvato_token_generator/__init__.py b/youtube_dl/extractor/anvato_token_generator/__init__.py
deleted file mode 100644
index 6e223db9f..000000000
--- a/youtube_dl/extractor/anvato_token_generator/__init__.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from __future__ import unicode_literals
-
-from .nfl import NFLTokenGenerator
-
-__all__ = [
-    'NFLTokenGenerator',
-]