python/samples/clm-listener | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
Remove un-used imports in the CLM tool sample application. diff --git a/python/samples/clm-listener b/python/samples/clm-tool copy from python/samples/clm-listener copy to python/samples/clm-tool --- a/python/samples/clm-listener +++ b/python/samples/clm-tool @@ -3,8 +3,6 @@ import argparse import sys -from subprocess import Popen, PIPE - from pyosaf import saAis, saClm, saImm from pyosaf.utils import immoi, clm ------------------------------------------------------------------------------ _______________________________________________ Opensaf-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-devel
