##// END OF EJS Templates
remove no-longer-accurate comment...
MinRK -
Show More
@@ -181,9 +181,6 b' else:'
181 def MethodType(func, instance):
181 def MethodType(func, instance):
182 return types.MethodType(func, instance, type(instance))
182 return types.MethodType(func, instance, type(instance))
183
183
184 # don't override system execfile on 2.x:
185 execfile = execfile
186
187 def doctest_refactor_print(func_or_str):
184 def doctest_refactor_print(func_or_str):
188 return func_or_str
185 return func_or_str
189
186
General Comments 0
You need to be logged in to leave comments. Login now