From 29c8e43354740e98cec0a8e36e2f44be764fac2e Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 11 Jan 2012 17:20:07 -0500 Subject: [PATCH] BF: must be named _initPolling to be consistent with the 'polling' value --- server/jail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/jail.py b/server/jail.py index dd179a30..8e249bff 100644 --- a/server/jail.py +++ b/server/jail.py @@ -72,7 +72,7 @@ class Jail: "We should have initialized at least 'polling' backend") - def _initPoller(self): + def _initPolling(self): logSys.info("Jail '%s' uses poller" % self.__name) from filterpoll import FilterPoll self.__filter = FilterPoll(self)