diff --git a/core/synchronousdeluge/client.py b/core/synchronousdeluge/client.py index fa80fb46..050d414e 100644 --- a/core/synchronousdeluge/client.py +++ b/core/synchronousdeluge/client.py @@ -4,9 +4,9 @@ import platform from collections import defaultdict from itertools import imap -from exceptions import DelugeRPCError -from protocol import DelugeRPCRequest, DelugeRPCResponse -from transfer import DelugeTransfer +from .exceptions import DelugeRPCError +from .protocol import DelugeRPCRequest, DelugeRPCResponse +from .transfer import DelugeTransfer __all__ = ["DelugeClient"]