]> git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/views/__init__.py
Initial version of the "versus" view between two players.
[xonotic/xonstat.git] / xonstat / views / __init__.py
index 4ca67188b5d73bbccb46e09e00dcd80608ce7c88..ec60ac84a0d5360fcc42faeb463474782cf72996 100644 (file)
@@ -7,7 +7,7 @@ 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.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