Skip to content
Snippets Groups Projects
Commit 2a08dec6 authored by Bob Lantz's avatar Bob Lantz
Browse files

Hack to avoid failing version check... ;-/

parent b7268856
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ def __init__( self, x, y, *args, **kwargs ):
Topo.__init__( self, *args, **kwargs )
if x < 3 or y < 3:
raise Exception( 'Please use 3x3 or greater for compatibility '
'with Mininet 2.1.0' )
'with 2.1' )
hosts, switches, dpid = {}, {}, 0
# Create and wire interior
for i in range( 0, x ):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment