moved scheduler and validator into pydal

This commit is contained in:
mdipierro
2019-01-01 16:01:04 -08:00
parent 019cad9640
commit e8860233a0
5 changed files with 6 additions and 5847 deletions
+1
View File
@@ -23,6 +23,7 @@ try:
import pydal
sys.modules['pydal'] = pydal
except ImportError:
raise
raise RuntimeError(
"web2py depends on pydal, which apparently you have not installed.\n" +
"Probably you cloned the repository using git without '--recursive'" +