X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonstat.git;a=blobdiff_plain;f=xonstat%2Fviews%2F__init__.py;h=5d7997b8956ebd74b692e6ae7fe88c23d7dd5b52;hp=50b68badccac0c327182d053cbe17befc2ac8995;hb=2d53f7f9232b23ada761231482262392cf72192c;hpb=ad6d2cc754c1da72326311f7eb1cb9be29da08d1 diff --git a/xonstat/views/__init__.py b/xonstat/views/__init__.py old mode 100755 new mode 100644 index 50b68ba..5d7997b --- a/xonstat/views/__init__.py +++ b/xonstat/views/__init__.py @@ -1,6 +1,33 @@ -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_weapon_stats -from xonstat.views.game import game_index, game_info -from xonstat.views.map import map_info -from xonstat.views.server import server_info, server_game_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 +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, 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, game_finder_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 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_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