X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonstat.git;a=blobdiff_plain;f=xonstat%2Fviews%2F__init__.py;h=87c5e76ed398caa068060a257abf5436de0beda9;hp=c9fd80de3462a9a4fc314b30538bcd12c4ac239e;hb=1be837fea8fa3e48095a3ddf3fbfcce8cf7387e3;hpb=3dc76513a9e1f9547f83e9eace9174d92ba34122 diff --git a/xonstat/views/__init__.py b/xonstat/views/__init__.py index c9fd80d..87c5e76 100755 --- a/xonstat/views/__init__.py +++ b/xonstat/views/__init__.py @@ -1,6 +1,7 @@ from xonstat.views.submission import stats_submit from xonstat.views.player import player_index, player_info, player_game_index -from xonstat.views.game import game_index, game_info +from xonstat.views.game import game_index, game_info, rank_index from xonstat.views.map import map_info, map_index -from xonstat.views.server import server_info, server_game_index +from xonstat.views.server import server_info, server_game_index, server_index +from xonstat.views.search import * from xonstat.views.main import main_index