Moved ldap async modules to dedicated subpkg.

refactor
blallo 2019-05-04 17:59:21 +02:00
parent 8dce6566ee
commit 2cf07d6732
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
5 changed files with 2 additions and 2 deletions

View File

View File

@ -6,7 +6,7 @@ import logging
import mock
import pytest
from phi.ldap.async_client import (
from phi.async_ldap.client import (
parse_host,
checked_port,
compose_dn_username,

View File

@ -4,7 +4,7 @@ import asyncio
from async_generator import asynccontextmanager
import pytest
from phi.ldap.async_model import (
from phi.async_ldap.model import (
get_class,
recall,
call_if_callable,