Author: hwright
Date: Wed Jul 28 02:39:46 2010
New Revision: 979938
URL: http://svn.apache.org/viewvc?rev=979938&view=rev
Log:
Complete a comment.
Modified:
labs/mouse/mouse.py
Modified: labs/mouse/mouse.py
URL:
http://svn.apache.org/viewvc/labs/mouse/mouse.py?rev=979938&r1=979937&r2=979938&view=diff
==============================================================================
--- labs/mouse/mouse.py (original)
+++ labs/mouse/mouse.py Wed Jul 28 02:39:46 2010
@@ -146,7 +146,8 @@ def transform_xslt(input_xml, stylesheet
'''Transform OUTPUT_XML, which should be valid xml (usually the result of
calling process_report_xml()), according to the rules given in STYLESHEET.'''
- # Do the import here so that if people don't want
+ # Do the import here so that if people don't want to do xslt transforms,
+ # they aren't required too
import libxml2
import libxslt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]