HomeFreeBSD

Chase PEP-3110

Description

Chase PEP-3110

Replace except Environment, e: with except Environment as e for
compatibility between python 2.x and python 3.x.

While here, fix a bad indentation change from r346620 by reindenting the code
properly.

MFC after: 2 months

Details

Provenance
ngieAuthored on
Parents
rS346622: except EnvironmentError, e -> except EnvironmentError as e for py3 compat
Branches
Unknown
Tags
Unknown