Author: jbeard
Date: Thu Mar 17 16:16:31 2011
New Revision: 1082553
URL: http://svn.apache.org/viewvc?rev=1082553&view=rev
Log:
Removed call to sys.exit in SCXMLCompiler.py
Modified:
commons/sandbox/gsoc/2010/scxml-js/trunk/src/python/scxml/cgf/SCXMLCompiler.py
Modified:
commons/sandbox/gsoc/2010/scxml-js/trunk/src/python/scxml/cgf/SCXMLCompiler.py
URL:
http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/src/python/scxml/cgf/SCXMLCompiler.py?rev=1082553&r1=1082552&r2=1082553&view=diff
==============================================================================
---
commons/sandbox/gsoc/2010/scxml-js/trunk/src/python/scxml/cgf/SCXMLCompiler.py
(original)
+++
commons/sandbox/gsoc/2010/scxml-js/trunk/src/python/scxml/cgf/SCXMLCompiler.py
Thu Mar 17 16:16:31 2011
@@ -73,7 +73,7 @@ def transformDocument(sourceDocument=Non
stderr.write("And xsl:\n")
stderr.write(str(transformTuple[1]))
stderr.close()
- sys.exit(0)
+ #sys.exit(0)
templateStreams = map(lambda t :
pkg_resources.resource_stream(__name__,t), transformList)
#print templateStreams