Fixed missing import 0.3.4
authorPeter Iannucci <iannucci@mit.edu>
Sun, 15 Feb 2009 00:09:26 +0000 (19:09 -0500)
committerPeter Iannucci <iannucci@mit.edu>
Sun, 15 Feb 2009 00:09:26 +0000 (19:09 -0500)
svn path=/trunk/packages/invirt-remote/; revision=2114

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):