From: Anil-Kumar Vengalil Date: Wed, 21 Oct 2009 10:15:07 +0000 (+0000) Subject: testing: this is to avoid building failing while building myplc-doc X-Git-Tag: NodeManager-1.8-17~3 X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=commitdiff_plain;h=4293a16c3c0badbc130c3af6b62c3681a5eeb9d6 testing: this is to avoid building failing while building myplc-doc --- 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'