From dda0ce7285b86273821d8c61ef6179a0dd6e39f1 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Sat, 13 Sep 2008 01:47:02 +0000 Subject: [PATCH] Remove semicolon --- Demo/scripts/newslist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo/scripts/newslist.py b/Demo/scripts/newslist.py index a6312149804..1dc8af20415 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+'...'