X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=xonstat%2Fviews%2F__init__.py;h=f238d7adeea9f47c3df364c037122b02f4e5bf00;hb=d5733e0183d1c8c1683f060645477c0ec1368c6d;hp=5592f2cb4642027f90ea1d72530bd3c598db5b42;hpb=a772877fc61426eda6928c52967aa257c4ade111;p=xonotic%2Fxonstat.git diff --git a/xonstat/views/__init__.py b/xonstat/views/__init__.py old mode 100755 new mode 100644 index 5592f2c..f238d7a --- a/xonstat/views/__init__.py +++ b/xonstat/views/__init__.py @@ -1,8 +1,25 @@ -from xonstat.views.submission import stats_submit -from xonstat.views.player import player_index, player_info, player_game_index -from xonstat.views.player import player_accuracy -from xonstat.views.game import game_index, game_info, rank_index -from xonstat.views.map import map_info, map_index, map_index_json -from xonstat.views.server import server_info, server_game_index, server_index -from xonstat.views.search import * -from xonstat.views.main import main_index +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_captimes, player_captimes_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_finder + +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.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.search import search_q, search +from xonstat.views.search import search_json + +from xonstat.views.main import main_index