Move qopy to qo_utils

This commit is contained in:
vitiko98
2020-11-02 19:15:07 -04:00
parent b456066f00
commit 5295777f49
5 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import sys
from pick import pick
import qopy
from qo_utils import qopy
from qo_utils import downloader
from qo_utils.search import Search
View File
+1 -1
View File
@@ -8,7 +8,7 @@ import time
import requests
from qo_utils import spoofbuz
from qopy.exceptions import (
from qo_utils.exceptions import (
AuthenticationError,
IneligibleError,
InvalidAppIdError,