This commit is contained in:
Bert Blommers 2020-11-11 15:55:37 +00:00
commit 273ca63d59
92 changed files with 515 additions and 1200 deletions

View file

@ -2,6 +2,7 @@ from __future__ import unicode_literals
import boto
import boto3
# Ensure 'pytest.raises' context manager support for Python 2.6
import pytest
import sure # noqa