Remove semicolon

This commit is contained in:
Andrew M. Kuchling 2008-09-13 01:47:02 +00:00
parent 2a9b9cbea0
commit dda0ce7285

View file

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