From be476259608e9696cdccb0fa9e956402475e3094 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Tue, 30 Apr 2019 22:48:45 +0200 Subject: [PATCH] taking Tldr and Cheat from corrent modules --- lib/routing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/routing.py b/lib/routing.py index ebc70a8..dfc7346 100644 --- a/lib/routing.py +++ b/lib/routing.py @@ -58,8 +58,8 @@ class Router(object): get_topic_type=self.get_topic_type, get_topics_list=self.get_topics_list), "search": adapter.internal.Search(), - "tldr": adapter.cmd.Tldr(), - "cheat": adapter.cmd.Cheat(), + "tldr": adapter.tldr.Tldr(), + "cheat": adapter.cheat_cheat.Cheat(), "fosdem": adapter.cmd.Fosdem(), "translation": adapter.cmd.Translation(), "rosetta": adapter.rosetta.Rosetta(),