Renamed logging_mod.py -> log.py
Updated other files accordingly.
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ from resource import setrlimit, RLIMIT_NPROC, RLIMIT_NOFILE
|
||||
import select
|
||||
from subprocess import call, check_call, Popen, PIPE, STDOUT
|
||||
|
||||
from mininet.logging_mod import lg
|
||||
from mininet.log import lg
|
||||
|
||||
|
||||
def run(cmd):
|
||||
|
||||
Reference in New Issue
Block a user