diff --git a/VERSION b/VERSION index 57b96bd1..d0e19f04 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 fc6e75cd..5f426689 100644 --- a/gluon/tests/__init__.py +++ b/gluon/tests/__init__.py @@ -11,3 +11,7 @@ from test_utils import * 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 *