From 37c255b7b0c1b8ea10c8d24a44c8586de86ffcc6 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 5 Jan 2009 00:54:19 -0500 Subject: Defaults module is mostly eradicated, converted to lazr.config. The test suite does not yet work though. --- mailman/queue/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mailman/queue/__init__.py') diff --git a/mailman/queue/__init__.py b/mailman/queue/__init__.py index 65e31f6f3..e6d39ee1b 100644 --- a/mailman/queue/__init__.py +++ b/mailman/queue/__init__.py @@ -298,7 +298,7 @@ class Runner: # sleep_time is a timedelta; turn it into a float for time.sleep(). self.sleep_float = (86400 * self.sleep_time.days + self.sleep_time.seconds + - self.sleep_time.microseconds / 1000000.0) + self.sleep_time.microseconds / 1.0e6) self.max_restarts = int(section.max_restarts) self.start = as_boolean(section.start) self._stop = False -- cgit v1.2.3-70-g09d2