diff --git a/examples/python/dominfo.py b/examples/python/dominfo.py index 2f250e7383..033fe475a2 100755 --- a/examples/python/dominfo.py +++ b/examples/python/dominfo.py @@ -27,10 +27,6 @@ def print_xml(key, ctx, path): print_entry(key, value) return value -if not os.access("/proc/xen", os.R_OK): - print 'System is not running a Xen kernel' - sys.exit(1) - if len(sys.argv) != 2: usage() sys.exit(2)