From ede34b6a4d525eac89c74c2ef07f126db23981a8 Mon Sep 17 00:00:00 2001
From: Brandon Heller <brandonh@stanford.edu>
Date: Fri, 18 Dec 2009 12:10:35 -0800
Subject: [PATCH] Add missing function import

---
 cleanup | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cleanup b/cleanup
index 25605b79..92a5cd1f 100755
--- a/cleanup
+++ b/cleanup
@@ -12,6 +12,8 @@ irreplaceable!
 from subprocess import Popen, PIPE
 import re
 
+from mininet import quietRun
+
 def sh( cmd ): 
    "Print a command and send it to the shell"
    print cmd
-- 
GitLab