Restore python3 fixups

This commit is contained in:
Toshio Kuratomi
2015-04-27 08:46:26 -07:00
parent 8007829228
commit ed2e6fc8fa
8 changed files with 19 additions and 5 deletions

View File

@@ -236,7 +236,7 @@ class Connection(ConnectionBase):
continue
try:
host_fh = open(hf)
except IOError, e:
except IOError as e:
hfiles_not_found += 1
continue
else: