Fix coding style.

This commit is contained in:
Mathias Gug 2015-01-14 13:06:43 -08:00
parent 30625a0437
commit 97d0f93fd3
2 changed files with 2 additions and 2 deletions

View File

@ -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

0
tests/runtests.py Normal file → Executable file
View File