8 lines
141 B
Python
8 lines
141 B
Python
#
|
|
# Copyright (C) 2016 FreeIPA Contributors see COPYING for license
|
|
#
|
|
|
|
from ipalib.text import _
|
|
|
|
__doc__ = _('One time password commands')
|