fix cron with py3, added initial tests, close #1618
This commit is contained in:
@@ -22,6 +22,7 @@ from .test_appadmin import *
|
||||
from .test_web import *
|
||||
from .test_sqlhtml import *
|
||||
from .test_scheduler import *
|
||||
from .test_cron import *
|
||||
|
||||
if sys.version[:3] == '2.7':
|
||||
from .test_is_url import *
|
||||
|
||||
Reference in New Issue
Block a user