]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/views/__init__.py
Major refactor of submissions code.
[xonotic/xonstat.git] / xonstat / views / __init__.py
index f8eb769c260bc5bc29dab07a029aed595e4061a4..b497dd53b64dc09826efb516e6de80e73b4250f0 100644 (file)
@@ -1,12 +1,14 @@
-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
+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.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