removed comments and cleaned up code.

This commit is contained in:
cody burkard
2014-08-01 11:00:07 -07:00
parent eba13f0ca8
commit 4b65110e4d
4 changed files with 18 additions and 28 deletions
+2 -1
View File
@@ -281,7 +281,8 @@ class MininetRunner( object ):
if self.options.post:
CLI( mn, script=self.options.post )
mn.stop()
elapsed = float( time.time() - start )
info( 'completed in %0.3f seconds\n' % elapsed )