From 669f3dc3a800357aafcbf1a8bfc645d38caf1fff Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 14 Apr 2016 11:59:06 -0700 Subject: [PATCH] Cleanup. Since we no longer pass a lock, we no longer need to create it --- hacking/test-module | 2 -- 1 file changed, 2 deletions(-) diff --git a/hacking/test-module b/hacking/test-module index 1a61afbc18..6db1a12fe3 100755 --- a/hacking/test-module +++ b/hacking/test-module @@ -30,7 +30,6 @@ # test-module -m ../library/commands/command -a "echo hello" -n -o "test_hello" import base64 -from multiprocessing import Lock import optparse import os import subprocess @@ -135,7 +134,6 @@ def boilerplate_module(modfile, args, interpreter, check, destfile): modname = os.path.basename(modfile) modname = os.path.splitext(modname)[0] - action_write_lock = Lock() (module_data, module_style, shebang) = module_common.modify_module( modname, modfile,