Loading cccli/command.py +1 −1 Original line number Diff line number Diff line Loading @@ -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") Loading Loading
cccli/command.py +1 −1 Original line number Diff line number Diff line Loading @@ -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") Loading