moved scheduler and validator into pydal
This commit is contained in:
@@ -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'" +
|
||||
|
||||
Reference in New Issue
Block a user