From 3ee3ec211e8aa78ad3c00e27b1c3965bad85b2ad Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Tue, 10 Apr 2012 11:38:00 +0600 Subject: 2 bytes less to download --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e9da2e6..b10fabc 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ class test(cmd.Command): suite = unittest.TestLoader().loadTestsFromName(self.test_suite) result = unittest.TextTestRunner(verbosity=verbosity).run(suite) - if (not result.wasSuccessful()): + if not result.wasSuccessful(): sys.exit(1) -- cgit v1.2.3