Remove unused imports

This commit is contained in:
Bob Lantz
2014-11-23 11:11:03 -08:00
parent 8e63e2c540
commit 50774e407c
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ This contains additional Node types which you may find to be useful.
"""
from mininet.node import Node, Switch
from mininet.log import setLogLevel, info
from mininet.log import info
from mininet.moduledeps import pathCheck