testing: this is to avoid building failing while building myplc-doc
[nodemanager.git] / tools.py
index 60838c7..f3e67e1 100644 (file)
--- 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'