From: Naoki Kambe Date: Tue, 27 Nov 2012 05:58:14 +0000 (+0900) Subject: [2225_statistics] add @staticmethod annotation to inc_notifyoutv4() and inc_notifyoutv6() X-Git-Tag: bind10-1.1.0beta1-release~72^2~40^2~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad4eae2bc3410084b4ea07dd96118c7c1da17a25;p=thirdparty%2Fkea.git [2225_statistics] add @staticmethod annotation to inc_notifyoutv4() and inc_notifyoutv6() --- diff --git a/src/lib/python/isc/statistics/counter.py b/src/lib/python/isc/statistics/counter.py index 2ad9a0e011..22b8e4c95c 100644 --- a/src/lib/python/isc/statistics/counter.py +++ b/src/lib/python/isc/statistics/counter.py @@ -160,9 +160,11 @@ class Counter(): return cls._COUNTER # These method are dummies for isc.notify.notify_out. + @staticmethod def inc_notifyoutv4(arg): """An empty method to be disclosed""" pass + @staticmethod def inc_notifyoutv6(arg): """An empty method to be disclosed""" pass