From: Andrew M. Kuchling Date: Sat, 13 Sep 2008 01:47:02 +0000 (+0000) Subject: Remove semicolon X-Git-Tag: v2.6rc2~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dda0ce7285b86273821d8c61ef6179a0dd6e39f1;p=python Remove semicolon --- diff --git a/Demo/scripts/newslist.py b/Demo/scripts/newslist.py index a631214980..1dc8af2041 100755 --- a/Demo/scripts/newslist.py +++ b/Demo/scripts/newslist.py @@ -321,7 +321,7 @@ def main(): tree={} # Check that the output directory exists - checkopdir(pagedir); + checkopdir(pagedir) try: print 'Connecting to '+newshost+'...'