Loading ccnode/utils.py +0 −10 Original line number Diff line number Diff line Loading @@ -202,13 +202,3 @@ class Exec(object): ''' ''' return Exec.call(cmd, shell=shell, capture_output=False)[0] class Net(object): ''' ''' @staticmethod def myaddr(): ''' ''' return gethostbyname(gethostname()) Loading
ccnode/utils.py +0 −10 Original line number Diff line number Diff line Loading @@ -202,13 +202,3 @@ class Exec(object): ''' ''' return Exec.call(cmd, shell=shell, capture_output=False)[0] class Net(object): ''' ''' @staticmethod def myaddr(): ''' ''' return gethostbyname(gethostname())