diff --git a/tests/integration/modules/boto_iam.py b/tests/integration/modules/boto_iam.py index 3e3d1764ca..55323541e5 100644 --- a/tests/integration/modules/boto_iam.py +++ b/tests/integration/modules/boto_iam.py @@ -8,8 +8,8 @@ ensure_in_syspath('../../') import integration -NO_BOTO_MODULE=True -BOTO_NOT_CONFIGURED=True +NO_BOTO_MODULE = True +BOTO_NOT_CONFIGURED = True try: import boto NO_BOTO_MODULE = False diff --git a/tests/runtests.py b/tests/runtests.py old mode 100644 new mode 100755