Fix style.

This commit is contained in:
Mathias Gug 2015-01-14 16:04:25 -08:00 committed by rallytime
parent dd097b730d
commit 3b285798e3

View File

@ -107,7 +107,3 @@ class BotoSNSTest(integration.ModuleCase,
ret = self.run_function('boto_sns.exists', name='my-state-test-topic')
self.assertTrue(ret)
if __name__ == '__main__':
from integration import run_tests
run_tests(BotoSNSTest, needs_daemon=False)