From 3bcf91228018e73a6ab89c31925ad605e71573cf Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Wed, 21 Jan 2009 03:05:02 +0000 Subject: Infrastructure and initial implementation of the Packages plugin git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5029 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Server/Plugin.py') diff --git a/src/lib/Server/Plugin.py b/src/lib/Server/Plugin.py index 44fbdaac8..6b8c33254 100644 --- a/src/lib/Server/Plugin.py +++ b/src/lib/Server/Plugin.py @@ -50,7 +50,7 @@ class Plugin(object): class Generator(object): '''Generator plugins contribute to literal client configurations''' - def HandlesEntry(self, entry): + def HandlesEntry(self, entry, metadata): '''This is the slow path method for routing configuration binding requests''' return False -- cgit v1.2.3-1-g7c22