Commit 8cb1b144 authored by Anael Beutot's avatar Anael Beutot
Browse files

Typo

parent dd68b006
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,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")