[Python-checkins] r66429 - python/trunk/Demo/scripts/newslist.py

andrew.kuchling python-checkins at python.org
Sat Sep 13 03:47:02 CEST 2008


Author: andrew.kuchling
Date: Sat Sep 13 03:47:02 2008
New Revision: 66429

Log:
Remove semicolon

Modified:
   python/trunk/Demo/scripts/newslist.py

Modified: python/trunk/Demo/scripts/newslist.py
==============================================================================
--- python/trunk/Demo/scripts/newslist.py	(original)
+++ python/trunk/Demo/scripts/newslist.py	Sat Sep 13 03:47:02 2008
@@ -321,7 +321,7 @@
     tree={}
 
     # Check that the output directory exists
-    checkopdir(pagedir);
+    checkopdir(pagedir)
 
     try:
         print 'Connecting to '+newshost+'...'


More information about the Python-checkins mailing list