From e911b57eb38dfa0fc06d19e70e02e121ae721e57 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Wed, 15 Aug 2012 08:21:19 -0400 Subject: print function fixes --- testsuite/Testlib/TestOptions.py | 1 - 1 file changed, 1 deletion(-) (limited to 'testsuite/Testlib') diff --git a/testsuite/Testlib/TestOptions.py b/testsuite/Testlib/TestOptions.py index 4c87b2f42..e3bba787d 100644 --- a/testsuite/Testlib/TestOptions.py +++ b/testsuite/Testlib/TestOptions.py @@ -30,7 +30,6 @@ class TestOption(Bcfg2TestCase): c.get('foo', False, cmd='-f') mock_cp.assert_any_call() mock_open.assert_any_call(Bcfg2.Options.DEFAULT_CONFIG_LOCATION) - print(mock_cp.return_value.get.called) self.assertTrue(mock_cp.return_value.get.called) @patch('Bcfg2.Options.DefaultConfigParser') -- cgit v1.2.3-1-g7c22