From ea539d50e2faa340a43d81523be95f59fee4cfbd Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sun, 16 Sep 2012 14:10:39 -0500 Subject: [PATCH] adding missing import in scheduler --- VERSION | 2 +- gluon/scheduler.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 0c324fbc..da509fa6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.0.9 (2012-09-16 13:55:25) stable +Version 2.0.9 (2012-09-16 14:10:35) stable diff --git a/gluon/scheduler.py b/gluon/scheduler.py index b0136a85..a395743c 100644 --- a/gluon/scheduler.py +++ b/gluon/scheduler.py @@ -88,7 +88,7 @@ except: from simplejson import loads, dumps -from gluon import DAL, Field, IS_NOT_EMPTY, IS_IN_SET, IS_NOT_IN_DB, IS_INT_IN_RANGE +from gluon import DAL, Field, IS_NOT_EMPTY, IS_IN_SET, IS_NOT_IN_DB, IS_INT_IN_RANGE, IS_DATETIME from gluon.utils import web2py_uuid