summaryrefslogtreecommitdiff
path: root/morphlib/plugins
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2013-01-22 18:23:39 +0000
committerJavier Jardón <javier.jardon@codethink.co.uk>2013-01-28 15:50:16 +0000
commite6dc394c0f31429b2f54c77b20223651a0ab68ee (patch)
treeed95679242eee9cc0f4f477ad16576e341030542 /morphlib/plugins
parent8c34d1e9d46b6802d8723f9d151019fe8a7c3250 (diff)
downloadmorph-e6dc394c0f31429b2f54c77b20223651a0ab68ee.tar.gz
Remove unneded json module imports
Diffstat (limited to 'morphlib/plugins')
-rw-r--r--morphlib/plugins/branch_and_merge_plugin.py1
-rw-r--r--morphlib/plugins/tarball-systembuilder_plugin.py3
2 files changed, 1 insertions, 3 deletions
diff --git a/morphlib/plugins/branch_and_merge_plugin.py b/morphlib/plugins/branch_and_merge_plugin.py
index 88c017c8..04893184 100644
--- a/morphlib/plugins/branch_and_merge_plugin.py
+++ b/morphlib/plugins/branch_and_merge_plugin.py
@@ -17,7 +17,6 @@
import cliapp
import copy
import glob
-import json
import logging
import os
import shutil
diff --git a/morphlib/plugins/tarball-systembuilder_plugin.py b/morphlib/plugins/tarball-systembuilder_plugin.py
index 14807924..02622067 100644
--- a/morphlib/plugins/tarball-systembuilder_plugin.py
+++ b/morphlib/plugins/tarball-systembuilder_plugin.py
@@ -1,4 +1,4 @@
-# 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
@@ -14,7 +14,6 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-import json
import logging
import os
from os.path import relpath