doc/xml.html doc/python.html fix tst.py text, which didn't import sys


Fri Nov 28 21:39:49 MST 2003 John Fleck <jfleck@inkstain.net>

	* doc/xml.html
	* doc/python.html
	fix tst.py text, which didn't import sys
diff --git a/doc/xml.html b/doc/xml.html
index 40ec5c4..2507838 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -1967,7 +1967,7 @@
 <h3>tst.py:</h3>
 
 <p>This is a basic test of the file interface and DOM navigation:</p>
-<pre>import libxml2
+<pre>import libxml2, sys
 
 doc = libxml2.parseFile("tst.xml")
 if doc.name != "tst.xml":