From 4a4f22b654d24f0218037f169a9b41ce5c615667 Mon Sep 17 00:00:00 2001 From: Henry Nguyen Date: Fri, 24 Oct 2014 12:18:17 -0700 Subject: [PATCH] Fixed missing update for new DAL structure Other values were updated in 5e5e649c28a4f3615f917cec3476f0c32e358777 but this was missing from that commit. --- gluon/scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluon/scheduler.py b/gluon/scheduler.py index 6a72dda5..b5d5fac7 100644 --- a/gluon/scheduler.py +++ b/gluon/scheduler.py @@ -1312,7 +1312,7 @@ class Scheduler(MetaScheduler): have all fields == None """ - from gluon.dal import Query + from gluon.dal.objects import Query sr, st = self.db.scheduler_run, self.db.scheduler_task if isinstance(ref, (int, long)): q = st.id == ref