vserver is no longer needed.
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Thu, 5 Feb 2009 15:51:26 +0000 (15:51 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Thu, 5 Feb 2009 15:51:26 +0000 (15:51 +0000)
swapmon.py

index f7e62c6..e2215b2 100755 (executable)
@@ -22,10 +22,6 @@ import pickle
 import socket
 import time
 
-# util-vserver/python/vserver.py allows us to control slices directly
-# from Python
-from vserver import VServer
-
 # bwlimit exports a few useful functions like run(), get_xid(), and get_slice()
 import bwlimit