diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1997-08-27 14:10:49 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1997-08-27 14:10:49 (GMT) |
commit | ebacc2edff21800fc7c917a201ffde472f9bcb00 (patch) | |
tree | 025b8aa7d8a541c051e1a0947df9b6a336278cbe /Mac/scripts/EditPythonPrefs.py | |
parent | 82bfde93829b7628b43aa7f26b7922376e7afe2a (diff) | |
download | cpython-ebacc2edff21800fc7c917a201ffde472f9bcb00.zip cpython-ebacc2edff21800fc7c917a201ffde472f9bcb00.tar.gz cpython-ebacc2edff21800fc7c917a201ffde472f9bcb00.tar.bz2 |
Removed debug print
Diffstat (limited to 'Mac/scripts/EditPythonPrefs.py')
-rw-r--r-- | Mac/scripts/EditPythonPrefs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/scripts/EditPythonPrefs.py b/Mac/scripts/EditPythonPrefs.py index 389a774..bc7e2da 100644 --- a/Mac/scripts/EditPythonPrefs.py +++ b/Mac/scripts/EditPythonPrefs.py @@ -380,7 +380,6 @@ def edit_applet(name): if notfound: message('Warning: initial %s taken from system-wide defaults'%notfound) # Let the user play away - print 'DBG interaction' result = interact(l, fss, (options, creator, type, delaycons), name) # See what we have to update, and how |