summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Deps.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Plugins/Deps.py')
-rw-r--r--src/lib/Server/Plugins/Deps.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Server/Plugins/Deps.py b/src/lib/Server/Plugins/Deps.py
index cdf23833b..088f8cdad 100644
--- a/src/lib/Server/Plugins/Deps.py
+++ b/src/lib/Server/Plugins/Deps.py
@@ -1,4 +1,4 @@
-'''This plugin provides automatic dependency handling'''
+"""This plugin provides automatic dependency handling."""
__revision__ = '$Revision$'
import lxml.etree
@@ -6,7 +6,7 @@ import lxml.etree
import Bcfg2.Server.Plugin
class DNode(Bcfg2.Server.Plugin.INode):
- '''DNode provides supports for single predicate types for dependencies'''
+ """DNode provides supports for single predicate types for dependencies."""
raw = {'Group':"lambda x:'%s' in x.groups and predicate(x)"}
containers = ['Group']