From c4e1b49ff7d5b8f5860f5cc208476ff42159724e Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 29 Oct 2013 16:35:27 -0400 Subject: Plugins: Added TemplateDataProvider plugin interface This lets you provide variables to the top-level namespace of templates in a more seamless way than through a Connector plugin. It's mostly useful for TemplateHelper for now, but may find other uses in the future. --- src/lib/Bcfg2/Server/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/Bcfg2/Server/__init__.py') diff --git a/src/lib/Bcfg2/Server/__init__.py b/src/lib/Bcfg2/Server/__init__.py index 4e46ada09..39ed2ec91 100644 --- a/src/lib/Bcfg2/Server/__init__.py +++ b/src/lib/Bcfg2/Server/__init__.py @@ -1,7 +1,6 @@ """This is the set of modules for Bcfg2.Server.""" import lxml.etree -import Bcfg2.Options XI = 'http://www.w3.org/2001/XInclude' XI_NAMESPACE = '{%s}' % XI -- cgit v1.2.3-1-g7c22