path-walker: use real logging

This commit is contained in:
2014-12-02 14:26:12 +01:00
parent f7cf15e708
commit d706610a7b

View File

@@ -46,13 +46,9 @@ class C_defs:
if VERBOSE:
_A = open("/tmp/a.log", 'w')
class log_deps:
@staticmethod
def info(msg):
_A.write(msg)
_A.write("\n")
import logging
log_deps = logging.getLogger("path_walker")
del logging
def set_as_str(s):
if s is None: