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 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,

View File

@ -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,