Fixed missing import
[invirt/packages/invirt-remote.git] / host / usr / sbin / invirt-availability
index 0122a8d..26ef5c9 100644 (file)
@@ -6,6 +6,7 @@ Gathers availability data for the VM host it's running on.
 from subprocess import PIPE, Popen, call
 import sys
 import yaml
+import os
 
 # return the amount of memory in kilobytes represented by s
 def parseUnits(s):