Moved ldap async modules to dedicated subpkg.
This commit is contained in:
parent
8dce6566ee
commit
2cf07d6732
0
src/phi/async_ldap/__init__.py
Normal file
0
src/phi/async_ldap/__init__.py
Normal file
|
@ -6,7 +6,7 @@ import logging
|
||||||
import mock
|
import mock
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from phi.ldap.async_client import (
|
from phi.async_ldap.client import (
|
||||||
parse_host,
|
parse_host,
|
||||||
checked_port,
|
checked_port,
|
||||||
compose_dn_username,
|
compose_dn_username,
|
|
@ -4,7 +4,7 @@ import asyncio
|
||||||
from async_generator import asynccontextmanager
|
from async_generator import asynccontextmanager
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from phi.ldap.async_model import (
|
from phi.async_ldap.model import (
|
||||||
get_class,
|
get_class,
|
||||||
recall,
|
recall,
|
||||||
call_if_callable,
|
call_if_callable,
|
Loading…
Reference in New Issue
Block a user