Merge snafu

This commit is contained in:
Peter Eckersley
2016-03-23 14:26:58 -07:00
parent dfc25d5c1e
commit 278b8852fd
+1 -1
View File
@@ -54,7 +54,7 @@ class CLITest(unittest.TestCase): # pylint: disable=too-many-public-methods
shutil.rmtree(self.tmp_dir)
# Reset globals in cli
# pylint: disable=protected-access
cli._parser = cli._set_by_cli.detector = None
cli._parser = cli.set_by_cli.detector = None
def _call(self, args):
"Run the cli with output streams and actual client mocked out"