From: Ant Zucaro Date: Sat, 16 Jun 2012 15:42:38 +0000 (-0400) Subject: Whoops, missed a comma. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b2b9be90f928039dfeee3eafe23256d0c99a2918;p=xonotic%2Fxonstat.git Whoops, missed a comma. --- diff --git a/xonstat/views/__init__.py b/xonstat/views/__init__.py index f42c785..f8eb769 100644 --- a/xonstat/views/__init__.py +++ b/xonstat/views/__init__.py @@ -1,7 +1,7 @@ from xonstat.views.submission import stats_submit 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_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