]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/views/__init__.py
Add the 'topactive' view to maps as well. Work-in-progress.
[xonotic/xonstat.git] / xonstat / views / __init__.py
index e947cb0eb8582f25270dfd43e36c8c5f99a32cb3..13564e0a24c0f016ed09c4ed6db09840863f52e7 100644 (file)
@@ -13,7 +13,7 @@ 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, MapTopScorers
+from xonstat.views.map import MapIndex, MapTopScorers, MapTopPlayers
 from xonstat.views.map import map_info, map_info_json
 from xonstat.views.map import map_captimes, map_captimes_json