diff --git a/bpython.py b/bpython.py index 0806f66..4912c8f 100644 --- a/bpython.py +++ b/bpython.py @@ -950,7 +950,7 @@ class Repl( object ): def delete( self ): """Process a del""" - if not len(self.s): + if self.s: return if self.mvc(-1):