提交 03ece78b 编写于 作者: M Mark Hymers

fix boneheaded error in summarystats

Signed-off-by: NMark Hymers <mhy@debian.org>
上级 40af2eb0
......@@ -30,7 +30,7 @@ from singleton import Singleton
###############################################################################
class SummaryStats(Singleton)
class SummaryStats(Singleton):
def __init__(self, *args, **kwargs):
super(SummaryStats, self).__init__(*args, **kwargs)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册