summaryrefslogtreecommitdiffstats
path: root/ipapython
diff options
context:
space:
mode:
Diffstat (limited to 'ipapython')
-rw-r--r--ipapython/version.py.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/ipapython/version.py.in b/ipapython/version.py.in
index 74ee3b31a..fab260254 100644
--- a/ipapython/version.py.in
+++ b/ipapython/version.py.in
@@ -46,3 +46,8 @@ NUM_VERSION=__NUM_VERSION__
# The version of the API.
API_VERSION=u'__API_VERSION__'
+
+
+DEFAULT_PLUGINS = frozenset(l.strip() for l in """
+__DEFAULT_PLUGINS__
+""".strip().splitlines())