From 3ddadf35a3105fa267d1cf7bc05f3d2146ea1c1b Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Thu, 28 Nov 2013 18:12:32 +0530 Subject: [PATCH] [fix] move version validation to build and serve --- webnotes/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/webnotes/__init__.py b/webnotes/__init__.py index 6519fe0317..cd3531ad66 100644 --- a/webnotes/__init__.py +++ b/webnotes/__init__.py @@ -638,4 +638,3 @@ def validate_versions(): if not spec.match(framework_version): raise Exception, "Framework version out of sync" -validate_versions()