Island: Remove unnecessary services.authentication subpackage
This commit is contained in:
parent
c1a9ad1e6f
commit
82d894f0c9
|
@ -1,4 +1,4 @@
|
||||||
from .authentication.authentication_service import AuthenticationService
|
from .authentication_service import AuthenticationService
|
||||||
|
|
||||||
from .aws import AWSService
|
from .aws import AWSService
|
||||||
from .island_mode_service import IslandModeService
|
from .island_mode_service import IslandModeService
|
||||||
|
|
|
@ -10,8 +10,7 @@ from common.utils.exceptions import (
|
||||||
)
|
)
|
||||||
from monkey_island.cc.models import UserCredentials
|
from monkey_island.cc.models import UserCredentials
|
||||||
from monkey_island.cc.repository import IUserRepository
|
from monkey_island.cc.repository import IUserRepository
|
||||||
from monkey_island.cc.services import AuthenticationService
|
from monkey_island.cc.services import AuthenticationService, authentication_service
|
||||||
from monkey_island.cc.services.authentication import authentication_service
|
|
||||||
|
|
||||||
USERNAME = "user1"
|
USERNAME = "user1"
|
||||||
PASSWORD = "test"
|
PASSWORD = "test"
|
||||||
|
|
Loading…
Reference in New Issue