[fix] move version validation to build and serve

This commit is contained in:
Pratik Vyas 2013-11-28 18:12:32 +05:30 committed by Anand Doshi
parent 3c42f1041f
commit 3ddadf35a3

View file

@ -638,4 +638,3 @@ def validate_versions():
if not spec.match(framework_version):
raise Exception, "Framework version out of sync"
validate_versions()