]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/views/__init__.py
Update the has_required_metadata function to use the new object.
[xonotic/xonstat.git] / xonstat / views / __init__.py
index 5b34b878f52ae8da089608608e56fdb5322dc56d..e947cb0eb8582f25270dfd43e36c8c5f99a32cb3 100644 (file)
@@ -13,9 +13,9 @@ 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 map_info, map_index
-from xonstat.views.map    import map_info_json, map_index_json
-from xonstat.views.map    import map_captimes, map_captimes_json
+from xonstat.views.map import MapIndex, MapTopScorers
+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