fixed other import issues derived from the removal of youtube_utils #273

This commit is contained in:
paul
2019-02-26 23:53:56 +01:00
parent 6eb27b655a
commit ae4deb412f
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ import platform
system = platform.system()
import application
import requests
import youtube_utils
from audio_services import youtube_utils
import arrow
if system == "Windows":
from update import updater