From fc3eeca54fd6ad8c5fd178db4ec98d7b0ca7f6cd Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 22 Mar 2011 03:05:04 -0400 Subject: [PATCH] :octocat: says: 'the :cake: is a lie!' --- test_clint.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test_clint.py b/test_clint.py index 75772f3..e9e0b9f 100755 --- a/test_clint.py +++ b/test_clint.py @@ -16,7 +16,5 @@ class TablibTestCase(unittest.TestCase): def tearDown(self): pass - - if __name__ == '__main__': unittest.main()