From ab2d015e250aa2070ce9259bf593451b063eda14 Mon Sep 17 00:00:00 2001 From: Hannes Reinecke Date: Fri, 24 Aug 2012 12:41:54 +0200 Subject: [PATCH] Remove tcm_snap from tcm_node tcm_snap is not distributed with the package, so remove the reference here. Signed-off-by: Hannes Reinecke diff --git a/tcm-py/tcm_node.py b/tcm-py/tcm_node.py index a8cd7b8..605a820 100755 --- a/tcm-py/tcm_node.py +++ b/tcm-py/tcm_node.py @@ -11,8 +11,6 @@ import tcm_iblock import tcm_ramdisk import tcm_fileio -import tcm_snap - tcm_root = "/sys/kernel/config/target/core" def tcm_cat(fname):