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