DemoCLI -> ClusterCLI

This commit is contained in:
Bob Lantz
2014-11-23 17:04:07 -08:00
parent 4e644d7465
commit dd876e69c8
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ from mininet.log import output, error
nx, graphviz_layout, plt = None, None, None # Will be imported on demand
class DemoCLI( CLI ):
class ClusterCLI( CLI ):
"CLI with additional commands for Cluster Edition demo"
@staticmethod