summaryrefslogtreecommitdiffstats
path: root/Demo
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2008-09-13 01:47:02 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2008-09-13 01:47:02 (GMT)
commitdda0ce7285b86273821d8c61ef6179a0dd6e39f1 (patch)
treee494bb17534870cd5c9347e706358651e73e8a69 /Demo
parent2a9b9cbea08c7c22a328926b0e0719fb197743a0 (diff)
downloadcpython-dda0ce7285b86273821d8c61ef6179a0dd6e39f1.zip
cpython-dda0ce7285b86273821d8c61ef6179a0dd6e39f1.tar.gz
cpython-dda0ce7285b86273821d8c61ef6179a0dd6e39f1.tar.bz2
Remove semicolon
Diffstat (limited to 'Demo')
-rwxr-xr-xDemo/scripts/newslist.py2
1 files changed, 1 insertions, 1 deletions
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 @@ def main():
tree={}
# Check that the output directory exists
- checkopdir(pagedir);
+ checkopdir(pagedir)
try:
print 'Connecting to '+newshost+'...'