##// END OF EJS Templates
Update execution.py
Matthias Bussonnier -
Show More
@@ -109,7 +109,6 b' class TimeitResult(object):'
109 unic = self.__str__()
109 unic = self.__str__()
110 p.text(u'<TimeitResult : '+unic+u'>')
110 p.text(u'<TimeitResult : '+unic+u'>')
111
111
112 _pass = ast.Pass()
113
112
114 class TimeitTemplateFiller(ast.NodeTransformer):
113 class TimeitTemplateFiller(ast.NodeTransformer):
115 """Fill in the AST template for timing execution.
114 """Fill in the AST template for timing execution.
General Comments 0
You need to be logged in to leave comments. Login now