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