Converted all 'from videoarchiver.' imports to relative imports

This commit is contained in:
pacnpal
2024-11-17 16:05:12 +00:00
parent c830be2841
commit 62c97f0b01
69 changed files with 417 additions and 359 deletions

View File

@@ -14,7 +14,7 @@ from redbot.core.commands import (
CommandError
)
from videoarchiver.utils.exceptions import (
from .utils.exceptions import (
VideoArchiverError,
ErrorSeverity,
ErrorContext,
@@ -33,7 +33,7 @@ from videoarchiver.utils.exceptions import (
ResourceExhaustedError,
ConfigurationError
)
from videoarchiver.core.response_handler import response_manager
from .core.response_handler import response_manager
logger = logging.getLogger("VideoArchiver")