Blocked cache rmem checks in windows until we have figured out some other way to check this.

This commit is contained in:
Griatch 2014-09-06 08:46:54 +02:00
parent aba6f947fa
commit 46781d3ee1
2 changed files with 7 additions and 0 deletions

View file

@ -274,6 +274,9 @@ def datetime_format(dtobj):
def host_os_is(osname):
"""
Check to see if the host OS matches the query.
Common osnames are
posix
nt
"""
if os.name == osname:
return True