From 1df0c20d97f0143e60dc1bcd63e98fef447f6017 Mon Sep 17 00:00:00 2001 From: rallytime Date: Wed, 9 Jul 2014 16:22:00 -0600 Subject: [PATCH] Pyling fixes --- tests/integration/cli/batch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/cli/batch.py b/tests/integration/cli/batch.py index b90d28d454..dafdde9ea5 100644 --- a/tests/integration/cli/batch.py +++ b/tests/integration/cli/batch.py @@ -34,8 +34,8 @@ class BatchTest(integration.ShellCase): 'minion:', ' batch testing'] self.assertEqual(self.run_salt('\'*\' test.echo \'batch testing\' -b 50%'), ret) - + if __name__ == '__main__': from integration import run_tests - run_tests(BatchTest) \ No newline at end of file + run_tests(BatchTest)