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:
@@ -1,6 +1,6 @@
|
||||
"""Configuration management module"""
|
||||
|
||||
from videoarchiver.config.exceptions import (
|
||||
from .exceptions import (
|
||||
ConfigurationError,
|
||||
ValidationError,
|
||||
PermissionError,
|
||||
@@ -10,10 +10,10 @@ from videoarchiver.config.exceptions import (
|
||||
SchemaError,
|
||||
DiscordAPIError,
|
||||
)
|
||||
from videoarchiver.config.channel_manager import ChannelManager
|
||||
from videoarchiver.config.role_manager import RoleManager
|
||||
from videoarchiver.config.settings_formatter import SettingsFormatter
|
||||
from videoarchiver.config.validation_manager import ValidationManager
|
||||
from .channel_manager import ChannelManager
|
||||
from .role_manager import RoleManager
|
||||
from .settings_formatter import SettingsFormatter
|
||||
from .validation_manager import ValidationManager
|
||||
|
||||
__all__ = [
|
||||
'ConfigurationError',
|
||||
|
||||
Reference in New Issue
Block a user