mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
session: move the session module from ipalib to ipaserver
The module is used only on the server, so there's no need to have it in ipalib, which is shared by client and server. https://fedorahosted.org/freeipa/ticket/5988 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
@@ -7,7 +7,7 @@ from ipalib.request import context
|
||||
from ipalib.plugable import Registry
|
||||
|
||||
if api.env.in_server:
|
||||
from ipalib.session import session_mgr
|
||||
from ipaserver.session import session_mgr
|
||||
|
||||
register = Registry()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user