mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 02:41:06 -05:00
Converted all 'from videoarchiver.' imports to relative imports
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user