diff options
-rw-r--r-- | Lib/cmd.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -28,7 +28,6 @@ class Cmd: line = string.strip(line) if not line: line = self.lastcmd - print line else: self.lastcmd = line i, n = 0, len(line) |
![]() |
index : cpython.git | |
https://github.com/python/cpython.git |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | Lib/cmd.py | 1 |
@@ -28,7 +28,6 @@ class Cmd: line = string.strip(line) if not line: line = self.lastcmd - print line else: self.lastcmd = line i, n = 0, len(line) |