mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipalib: move server-side plugins to ipaserver
Move the remaining plugin code from ipalib.plugins to ipaserver.plugins. Remove the now unused ipalib.plugins package. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka <dkupka@redhat.com>
This commit is contained in:
@@ -908,10 +908,8 @@ class API(plugable.API):
|
||||
@property
|
||||
def packages(self):
|
||||
if self.env.in_server:
|
||||
import ipalib.plugins
|
||||
import ipaserver.plugins
|
||||
result = (
|
||||
ipalib.plugins,
|
||||
ipaserver.plugins,
|
||||
)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user