mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 00:41:25 -06:00
8 lines
149 B
Python
8 lines
149 B
Python
|
#
|
||
|
# Copyright (C) 2016 FreeIPA Contributors see COPYING for license
|
||
|
#
|
||
|
|
||
|
from ipalib.text import _
|
||
|
|
||
|
__doc__ = _('Host-based access control commands')
|