From f400c03da3da541b291a7051b30c320764f6d200 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Tue, 22 Jul 2008 01:41:51 +0000 Subject: move xml statistics over to new typed-plugin system (enables direct-to-django statistics plugin) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4817 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Plugin.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/Server/Plugin.py') diff --git a/src/lib/Server/Plugin.py b/src/lib/Server/Plugin.py index 63af1d886..0f9464a47 100644 --- a/src/lib/Server/Plugin.py +++ b/src/lib/Server/Plugin.py @@ -96,6 +96,9 @@ class StatisticsPlugin(Plugin): def StoreStatistics(self, client, xdata): pass + def WriteBack(self): + pass + # the rest of the file contains classes for coherent file caching class FileBacked(object): -- cgit v1.2.3-1-g7c22