Show More
@@ -187,13 +187,6 def late_startup_hook(self): | |||||
187 | #print "default startup hook ok" # dbg |
|
187 | #print "default startup hook ok" # dbg | |
188 |
|
188 | |||
189 |
|
189 | |||
190 | def generate_prompt(self, is_continuation): |
|
|||
191 | """ calculate and return a string with the prompt to display """ |
|
|||
192 | if is_continuation: |
|
|||
193 | return str(self.displayhook.prompt2) |
|
|||
194 | return str(self.displayhook.prompt1) |
|
|||
195 |
|
||||
196 |
|
||||
197 | def show_in_pager(self,s): |
|
190 | def show_in_pager(self,s): | |
198 | """ Run a string through pager """ |
|
191 | """ Run a string through pager """ | |
199 | # raising TryNext here will use the default paging functionality |
|
192 | # raising TryNext here will use the default paging functionality |
General Comments 0
You need to be logged in to leave comments.
Login now