##// END OF EJS Templates
BUG: Fix incorrect argument signature for show_in_pager dummy hook.
Scott Sanderson -
Show More
@@ -173,7 +173,7 b' def late_startup_hook(self):'
173 #print "default startup hook ok" # dbg
173 #print "default startup hook ok" # dbg
174
174
175
175
176 def show_in_pager(self,s):
176 def show_in_pager(self, data, start, screen_lines):
177 """ Run a string through pager """
177 """ Run a string through pager """
178 # raising TryNext here will use the default paging functionality
178 # raising TryNext here will use the default paging functionality
179 raise TryNext
179 raise TryNext
General Comments 0
You need to be logged in to leave comments. Login now