X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=xonstat%2Fviews%2F__init__.py;h=bdc53ba0a8e2137bbda2b02ba2c1aafa1d58e15d;hb=25b5059016f49ec378d7d3e823ed2b105b20c7bc;hp=d3097dd0f164514746b51d6e635fa2b01a2a4378;hpb=b54d17713c272d715bb90029b77adaf9d482dc9e;p=xonotic%2Fxonstat.git diff --git a/xonstat/views/__init__.py b/xonstat/views/__init__.py index d3097dd..bdc53ba 100644 --- a/xonstat/views/__init__.py +++ b/xonstat/views/__init__.py @@ -1,14 +1,16 @@ -from xonstat.views.submission import stats_submit +from xonstat.views.submission import submit_stats from xonstat.views.player import player_index, player_info, player_game_index from xonstat.views.player import player_accuracy from xonstat.views.player import player_index_json, player_info_json from xonstat.views.player import player_game_index_json, player_accuracy_json -from xonstat.views.player import player_damage_json, player_hashkey_info_json -from xonstat.views.player import player_hashkey_info_text, player_elo_info_json +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.game import game_index, game_info, rank_index -from xonstat.views.game import game_index_json, game_info_json, rank_index_json +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.map import map_info, map_index @@ -22,4 +24,9 @@ from xonstat.views.server import server_index_json from xonstat.views.search import search_q, search from xonstat.views.search import search_json -from xonstat.views.main import main_index +from xonstat.views.exceptions import notfound + +from xonstat.views.main import main_index, top_players_by_time, top_servers_by_players +from xonstat.views.main import top_servers_by_players, top_maps_by_times_played + +from xonstat.views.admin import forbidden, login