Merge with 3.3

This commit is contained in:
Terry Jan Reedy 2014-02-23 00:37:46 -05:00
commit a9daee3eb0
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class GrepDialog(SearchDialogBase):
def findfiles(self, dir, base, rec):
try:
names = os.listdir(dir or os.curdir)
except OSerror as msg:
except OSError as msg:
print(msg)
return []
list = []