Commit 713e6ddd authored by Anael Beutot's avatar Anael Beutot Committed by Sébastien Luttringer
Browse files
parent 972f125b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ class Commands(object):

    @staticmethod
    def load_commands(path, cls):
        '''Load sublasss of cls from package name'''
        '''Load subclass of cls from package name'''
        cmds=dict()
        for name in os.listdir(path):
            if (name.endswith(".py")