def test_sessions(self): self.call(player.CmdSessions(), "", "Your current session(s):", caller=self.player)
def at_cmdset_creation(self): "Populate the cmdset" self.add(player.CmdSessions())