python: fix examples for python 3.6

This commit is contained in:
Tommaso Pecorella
2018-03-06 14:16:20 -06:00
parent 2cb872f436
commit eb8063fae5
6 changed files with 24 additions and 24 deletions

View File

@@ -52,7 +52,7 @@ verbose = cmd.verbose
nWifi = int(cmd.nWifi)
if nWifi > 18:
print "Number of wifi nodes "+ str(nWifi)+ " specified exceeds the mobility bounding box"
print ("Number of wifi nodes "+ str(nWifi)+ " specified exceeds the mobility bounding box")
sys.exit(1)
if verbose == "True":