From a6093c14eaac0f9cf813c272a0a72d04ec1d8488 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 26 Jul 2015 22:53:22 -0400 Subject: Fiddling --- tests/helpers.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/helpers.py') diff --git a/tests/helpers.py b/tests/helpers.py index cfea8f3..3d6be14 100644 --- a/tests/helpers.py +++ b/tests/helpers.py @@ -6,8 +6,6 @@ import subprocess -# This isn't really a backward compatibility thing, should be moved into a -# helpers file or something. def run_command(cmd): """Run a command in a sub-process. -- cgit v1.2.1