Commit 8391a0a1 authored by Thibault VINCENT's avatar Thibault VINCENT
Browse files

fixed interface method, not class member

parent 61d19ac2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.