##// END OF EJS Templates
' -> "
Artur Svistunov -
Show More
@@ -202,7 +202,7 b' class TerminalInteractiveShell(InteractiveShell):'
202 202 return self.editing_mode
203 203
204 204
205 @observe('editing_mode')
205 @observe("editing_mode")
206 206 def _editing_mode_changed(self, change):
207 207 u_mode = change.new.upper()
208 208 if self.pt_app:
General Comments 0
You need to be logged in to leave comments. Login now