]> granicus.if.org Git - python/commitdiff
Remove semicolon
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 13 Sep 2008 01:47:02 +0000 (01:47 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 13 Sep 2008 01:47:02 +0000 (01:47 +0000)
Demo/scripts/newslist.py

index a63121498048c2268ce51967960500ffed7036a9..1dc8af2041543e7991d7f6f3461d867d1ea6b661 100755 (executable)
@@ -321,7 +321,7 @@ def main():
     tree={}
 
     # Check that the output directory exists
-    checkopdir(pagedir);
+    checkopdir(pagedir)
 
     try:
         print 'Connecting to '+newshost+'...'