BF: must be named _initPolling to be consistent with the 'polling' value

pull/29/merge
Yaroslav Halchenko 2012-01-11 17:20:07 -05:00
parent 9559fcd3a0
commit 29c8e43354
1 changed files with 1 additions and 1 deletions

View File

@ -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)