]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Chase PEP-3110
authorngie <ngie@FreeBSD.org>
Wed, 24 Apr 2019 04:50:03 +0000 (04:50 +0000)
committerngie <ngie@FreeBSD.org>
Wed, 24 Apr 2019 04:50:03 +0000 (04:50 +0000)
commitee170982a88be10ae95a99386d0608d9042c629d
treed4ccff965c6eb81d2918d12ff06a9706b511751b
parentf0fa844d86cf87c930ef3c3d100c7cd1eafe0552
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
tests/sys/opencrypto/cryptotest.py