commit | dda0ce7285b86273821d8c61ef6179a0dd6e39f1 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Sat Sep 13 01:47:02 2008 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Sat Sep 13 01:47:02 2008 +0000 |
tree | e494bb17534870cd5c9347e706358651e73e8a69 | |
parent | 2a9b9cbea08c7c22a328926b0e0719fb197743a0 [diff] |
Remove semicolon
diff --git a/Demo/scripts/newslist.py b/Demo/scripts/newslist.py index a631214..1dc8af2 100755 --- a/Demo/scripts/newslist.py +++ b/Demo/scripts/newslist.py
@@ -321,7 +321,7 @@ tree={} # Check that the output directory exists - checkopdir(pagedir); + checkopdir(pagedir) try: print 'Connecting to '+newshost+'...'