diff --git a/VERSION b/VERSION index 57b96bd1d..d0e19f040 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.4.6-stable+timestamp.2013.04.15.17.58.03 +Version 2.4.6-stable+timestamp.2013.04.15.18.05.12 diff --git a/gluon/tests/__init__.py b/gluon/tests/__init__.py index fc6e75cda..5f4266892 100644 --- a/gluon/tests/__init__.py +++ b/gluon/tests/__init__.py @@ -11,3 +11,7 @@ from test_contribs import * from test_markmin import * from test_web import * + +import sys +if sys.version[:3] == '2.7': + from test_old_doctests import *