@@ -1607,7 +1607,7 @@ class MiniEdit( Frame ):
|
|||||||
|
|
||||||
def newTopology( self ):
|
def newTopology( self ):
|
||||||
"New command."
|
"New command."
|
||||||
for widget in self.widgetToItem:
|
for widget in tuple( self.widgetToItem ):
|
||||||
self.deleteItem( self.widgetToItem[ widget ] )
|
self.deleteItem( self.widgetToItem[ widget ] )
|
||||||
self.hostCount = 0
|
self.hostCount = 0
|
||||||
self.switchCount = 0
|
self.switchCount = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user