From e6dc394c0f31429b2f54c77b20223651a0ab68ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 22 Jan 2013 18:23:39 +0000 Subject: Remove unneded json module imports --- scripts/convert-git-cache | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'scripts/convert-git-cache') diff --git a/scripts/convert-git-cache b/scripts/convert-git-cache index 95ed83c8..33a8edf1 100755 --- a/scripts/convert-git-cache +++ b/scripts/convert-git-cache @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012 Codethink Limited +# Copyright (C) 2012,2013 Codethink Limited # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -15,9 +15,6 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -# This is a program to convert the json dump of the overlaps between artifacts -# in a format more suited to shell programs, or human reading - set -eu CACHE_ROOT=$(morph --dump-config | grep cachedir | cut -d\ -f3) -- cgit v1.2.1