comparison README @ 4405:8b91088944ca

obsexchange: avoid importing io/StringIO module with a different name Since we're not interested in the whole module, let's shorten the imports and aviod the lint warnings. Otherwise pep8-naming complains: - import io as StringIO: N812 lowercase imported as non lowercase - import StringIO as io: N813 camelcase imported as lowercase
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 13 Feb 2019 21:56:29 +0800
parents 669b32100eca
children 48b30ff742cb
comparison
equal deleted inserted replaced
4404:51b0185a0e7b 4405:8b91088944ca