##// END OF EJS Templates
oops... old habits die hard.
Barry Wark -
Show More
@@ -288,7 +288,7 b' class IPythonCocoaController(NSObject, FrontEndBase):'
288 288 def current_indent_string(self):
289 289 """returns string for indent or None if no indent"""
290 290
291 return self._indent_for_block(self.currentBlock())
291 return self._indent_for_block(self.current_block())
292 292
293 293
294 294 def _indent_for_block(self, block):
General Comments 0
You need to be logged in to leave comments. Login now