diff options
Diffstat (limited to 'Lib/code.py')
-rw-r--r-- | Lib/code.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/code.py b/Lib/code.py index 6d8c35c..5f65b7c 100644 --- a/Lib/code.py +++ b/Lib/code.py @@ -1,8 +1,9 @@ """Utilities needed to emulate Python's interactive interpreter. -Inspired by similar code by Jeff Epler and Fredrik Lundh. """ +# Inspired by similar code by Jeff Epler and Fredrik Lundh. + import sys import string |