X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=xonstat%2Fviews%2F__init__.py;h=830eabd47f59842c5941d03cc39b0edf28a88f56;hb=ccc6418a1dea2ac63e99cb9c3d57e87b943644fa;hp=56727ad3a5689765dffa46c9743aaa803f37eb0a;hpb=772fbd55c7ab9cbe95bfde27a54d376127ee2cd5;p=xonotic%2Fxonstat.git diff --git a/xonstat/views/__init__.py b/xonstat/views/__init__.py index 56727ad..830eabd 100644 --- a/xonstat/views/__init__.py +++ b/xonstat/views/__init__.py @@ -13,12 +13,12 @@ from xonstat.views.game import game_info, rank_index from xonstat.views.game import game_info_json, rank_index_json from xonstat.views.game import game_finder, game_finder_json -from xonstat.views.map import map_info, map_index -from xonstat.views.map import map_info_json, map_index_json -from xonstat.views.map import map_captimes, map_captimes_json +from xonstat.views.map import MapIndex, MapTopScorers, MapTopPlayers, MapTopServers +from xonstat.views.map import map_info, map_info_json +from xonstat.views.map import map_captimes, map_captimes_json -from xonstat.views.server import server_info, server_info_json -from xonstat.views.server import ServerIndex +from xonstat.views.server import ServerIndex, ServerTopMaps, ServerTopScorers, ServerTopPlayers +from xonstat.views.server import ServerInfo from xonstat.views.search import search_q, search from xonstat.views.search import search_json