summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/otp.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/plugins/otp.py')
-rw-r--r--ipalib/plugins/otp.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/ipalib/plugins/otp.py b/ipalib/plugins/otp.py
new file mode 100644
index 000000000..306c87388
--- /dev/null
+++ b/ipalib/plugins/otp.py
@@ -0,0 +1,7 @@
+#
+# Copyright (C) 2016 FreeIPA Contributors see COPYING for license
+#
+
+from ipalib.text import _
+
+__doc__ = _('One time password commands')