From 4293a16c3c0badbc130c3af6b62c3681a5eeb9d6 Mon Sep 17 00:00:00 2001 From: Anil-Kumar Vengalil Date: Wed, 21 Oct 2009 10:15:07 +0000 Subject: [PATCH] testing: this is to avoid building failing while building myplc-doc --- tools.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools.py b/tools.py index 60838c7..f3e67e1 100644 --- a/tools.py +++ b/tools.py @@ -8,10 +8,11 @@ import tempfile import threading import fcntl import commands -import sioc - import logger - +try: + import sioc +except: + pass PID_FILE = '/var/run/nm.pid' -- 2.43.0