Monday, July 17, 2017

[389-commits] [lib389] 01/01: Add PLUGIN_ADDN to _constants.py

This is an automated email from the git hooks/post-receive script.

spichugi pushed a commit to branch master
in repository lib389.

commit 3106025feb63ffd168b2b40dcc378265947ca537
Author: Simon Pichugin <spichugi@redhat.com>
Date: Mon Jul 17 17:51:22 2017 +0200

Add PLUGIN_ADDN to _constants.py

Description: Add a constant for addn plugin. One line rule.
---
lib389/_constants.py | 1 +
1 file changed, 1 insertion(+)

diff --git a/lib389/_constants.py b/lib389/_constants.py
index 1aff17d..05f38a3 100644
--- a/lib389/_constants.py
+++ b/lib389/_constants.py
@@ -196,6 +196,7 @@ PLUGIN_STATECHANGE = 'State Change Plugin'
PLUGIN_USN = 'USN'
PLUGIN_VIEWS = 'Views'
PLUGIN_WHOAMI = 'whoami'
+PLUGIN_ADDN = 'addn'


#

--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
389-commits mailing list -- 389-commits@lists.fedoraproject.org
To unsubscribe send an email to 389-commits-leave@lists.fedoraproject.org

No comments:

Post a Comment