adding missing import in scheduler

This commit is contained in:
mdipierro
2012-09-16 14:10:39 -05:00
parent 34a71b5e2d
commit 508b3e1db7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.0.9 (2012-09-16 13:55:25) stable
Version 2.0.9 (2012-09-16 14:10:35) stable
+1 -1
View File
@@ -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