summaryrefslogtreecommitdiffstats
path: root/Lib/site.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/site.py')
-rw-r--r--Lib/site.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/site.py b/Lib/site.py
index 3fc7537..6818e85 100644
--- a/Lib/site.py
+++ b/Lib/site.py
@@ -232,7 +232,7 @@ def setquit():
eof = 'Ctrl-Z plus Return'
else:
eof = 'Ctrl-D (i.e. EOF)'
-
+
class Quitter(object):
def __init__(self, name):
self.name = name