Loading ccnode/interface.py +1 −1 Original line number Diff line number Diff line Loading @@ -237,7 +237,7 @@ class HVStorage(object): ''' pass def find_space(new_space): def find_space(self, new_space): ''' Tries to find a suitable chunk of space to store new_space. Loading Loading
ccnode/interface.py +1 −1 Original line number Diff line number Diff line Loading @@ -237,7 +237,7 @@ class HVStorage(object): ''' pass def find_space(new_space): def find_space(self, new_space): ''' Tries to find a suitable chunk of space to store new_space. Loading