##// END OF EJS Templates
remove old _really_apply call
MinRK -
Show More
@@ -623,8 +623,6 b' class DirectView(View):'
623 except KeyboardInterrupt:
623 except KeyboardInterrupt:
624 pass
624 pass
625 return ar
625 return ar
626
627 return self._really_apply(util._execute, args=(code,), block=block, targets=targets)
628
626
629 def run(self, filename, targets=None, block=None):
627 def run(self, filename, targets=None, block=None):
630 """Execute contents of `filename` on my engine(s).
628 """Execute contents of `filename` on my engine(s).
General Comments 0
You need to be logged in to leave comments. Login now