From: Just van Rossum Date: Tue, 20 May 2003 12:07:19 +0000 (+0000) Subject: 'Progress' doesn't exists, causing 'from EasyDialogs import *' to fail X-Git-Tag: v2.3c1~663 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d6ad75d5022b961dc01ed0b54e7f3fc04818a70;p=thirdparty%2FPython%2Fcpython.git 'Progress' doesn't exists, causing 'from EasyDialogs import *' to fail --- diff --git a/Lib/plat-mac/EasyDialogs.py b/Lib/plat-mac/EasyDialogs.py index 4a92373d1e55..9fe36994b0de 100644 --- a/Lib/plat-mac/EasyDialogs.py +++ b/Lib/plat-mac/EasyDialogs.py @@ -39,7 +39,7 @@ import sys __all__ = ['Message', 'AskString', 'AskPassword', 'AskYesNoCancel', 'GetArgv', 'AskFileForOpen', 'AskFileForSave', 'AskFolder', - 'Progress'] + 'ProgressBar'] _initialized = 0