Misc PEP8 cleanup.

svn: r12610
This commit is contained in:
Brian Matherly
2009-06-02 12:09:34 +00:00
parent 0aedf53b6b
commit aa800b3ad6
4 changed files with 61 additions and 58 deletions

View File

@@ -205,7 +205,7 @@ class StyleSheetList(object):
the_file = open(self.__file)
parser.parse(the_file)
the_file.close()
except (IOError,OSError,SAXParseException):
except (IOError, OSError, SAXParseException):
pass
#------------------------------------------------------------------------