]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/views/__init__.py
Refactor the map_index views.
[xonotic/xonstat.git] / xonstat / views / __init__.py
index 7eabd5b5540abfc103be6fd196a93eb0703b4af4..5d7997b8956ebd74b692e6ae7fe88c23d7dd5b52 100644 (file)
@@ -7,23 +7,27 @@ from xonstat.views.player import player_damage_json
 from xonstat.views.player import player_elo_info_text, player_elo_info_json
 from xonstat.views.player import player_hashkey_info_text, player_hashkey_info_json
 from xonstat.views.player import player_captimes, player_captimes_json
-from xonstat.views.player import player_weaponstats_data_json
+from xonstat.views.player import player_weaponstats_data_json, player_versus
 
 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
+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
+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_game_index, server_index
-from xonstat.views.server import server_info_json, server_game_index_json
-from xonstat.views.server import server_index_json
+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
 
 from xonstat.views.exceptions   import notfound
 
-from xonstat.views.main   import main_index, top_players_by_time
+from xonstat.views.main   import main_index, top_players_index, top_servers_index
+from xonstat.views.main   import top_maps_index
+
+from xonstat.views.admin   import forbidden, login, merge
+
+from xonstat.views.static   import robots