support modules.
Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com>
import re
import string
-from xen.xend.XendLogging import log
-
def expand_dev_name(name):
if not name:
return name
import threading
from xen.xend.xenstore.xsutil import xshandle
-from xen.xend.XendLogging import log
-
class xswatch:
else:
raise
except:
- log.exception("read_watch failed")
+ pass
# Ignore this exception -- there's no point throwing it
# further on because that will just kill the watcher thread,
# which achieves nothing.