diff --git a/cleanup b/cleanup index 25605b793dd2455c2deb2ea04a07c11aab08c847..92a5cd1ff17821adaf1f1e94247c4590bf5aa6c7 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