Commit 83e18eef authored by Antoine Millet's avatar Antoine Millet
Browse files

Removed useless imports

parent eab68023
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -7,14 +7,6 @@ import inspect
import logging

from sjrpc.utils import RpcHandler
from sjrpc.core import RpcError

from cloudcontrol.server.orderedset import OrderedSet
from cloudcontrol.server.conf import CCConf
from cloudcontrol.server.exceptions import (AlreadyRegistered, AuthenticationError,
                                 RightError, ReservedTagError, BadObjectError,
                                 BadRoleError, NotConnectedAccountError,
                                 CloneError)

from cloudcontrol.server import __version__