Commit 89825abe authored by Thibault VINCENT's avatar Thibault VINCENT
Browse files

del: bogus network util code

parent cc53ac5c
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -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())