Commit bbcdbfe9 authored by Antoine Millet's avatar Antoine Millet
Browse files

Renamed list_commands in functions.

parent 6db255de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ class CCHandler(RpcHandler):
            return super(CCHandler, self).__getitem__(name)


    def list_commands(self, conn):
    def functions(self, conn):
        cmd_list = []

        for attr in dir(self):