summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJust van Rossum <just@letterror.com>2003-05-20 12:07:19 (GMT)
committerJust van Rossum <just@letterror.com>2003-05-20 12:07:19 (GMT)
commit5d6ad75d5022b961dc01ed0b54e7f3fc04818a70 (patch)
treefaa97a99aff9bf97f3dd5551ec680041386a4380
parentf9c2eda3c1c6ce73375b05fe8e961ff6eb550dd7 (diff)
downloadcpython-5d6ad75d5022b961dc01ed0b54e7f3fc04818a70.zip
cpython-5d6ad75d5022b961dc01ed0b54e7f3fc04818a70.tar.gz
cpython-5d6ad75d5022b961dc01ed0b54e7f3fc04818a70.tar.bz2
'Progress' doesn't exists, causing 'from EasyDialogs import *' to fail
-rw-r--r--Lib/plat-mac/EasyDialogs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-mac/EasyDialogs.py b/Lib/plat-mac/EasyDialogs.py
index 4a92373..9fe3699 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