From 7114398373b752a3704b1d55e7fff0300781c318 Mon Sep 17 00:00:00 2001 From: Moritz Venn Date: Mon, 7 Feb 2011 10:46:10 +0100 Subject: [PATCH] AutoPoller.py: fix missing import --- autotimer/src/AutoPoller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autotimer/src/AutoPoller.py b/autotimer/src/AutoPoller.py index 127b55b9..79bd2734 100644 --- a/autotimer/src/AutoPoller.py +++ b/autotimer/src/AutoPoller.py @@ -7,6 +7,7 @@ from Components.config import config # Notifications from Tools.FuzzyDate import FuzzyTime from Tools.Notifications import AddPopup +from Screens.MessageBox import MessageBox NOTIFICATIONID = 'AutoTimerConflictEncounteredNotification' class AutoPoller: -- 2.20.1