Renamed logging_mod.py -> log.py

Updated other files accordingly.
This commit is contained in:
Bob Lantz
2010-02-03 15:38:29 -08:00
parent ac9554d6dc
commit 0df8b19568
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ try:
except ImportError:
USE_RIPCORD = False
from mininet.logging_mod import lg, LEVELS
from mininet.log import lg, LEVELS
from mininet.net import Mininet, init
from mininet.node import KernelSwitch, Host, Controller, ControllerParams, NOX
from mininet.node import RemoteController, UserSwitch, OVSKernelSwitch