Revert "Continued refactoring."

This reverts commit 3e835af295.
This commit is contained in:
2020-04-11 00:42:37 +03:00
parent 3e835af295
commit 75b2fc6bfe
3 changed files with 16 additions and 52 deletions

View File

@ -10,10 +10,10 @@ from django.views.generic import CreateView, UpdateView, DeleteView, FormView
from django.views.generic.edit import FormMixin
from django.conf import settings
from django.core.paginator import Paginator
from YtManagerApp.services.videos import get_videos
from YtManagerApp.management.videos import get_videos
from YtManagerApp.models import Subscription, SubscriptionFolder, VIDEO_ORDER_CHOICES, VIDEO_ORDER_MAPPING
from YtManagerApp.services import Services
from YtManagerApp.utils import subscription_file_parser
from YtManagerApp.management.services import Services
from YtManagerApp.utils import youtube, subscription_file_parser
from YtManagerApp.views.controls.modal import ModalMixin
import logging