mirror of
https://github.com/python/cpython.git
synced 2024-11-28 08:20:55 +01:00
'Progress' doesn't exists, causing 'from EasyDialogs import *' to fail
This commit is contained in:
parent
f9c2eda3c1
commit
5d6ad75d50
@ -39,7 +39,7 @@ import sys
|
||||
|
||||
__all__ = ['Message', 'AskString', 'AskPassword', 'AskYesNoCancel',
|
||||
'GetArgv', 'AskFileForOpen', 'AskFileForSave', 'AskFolder',
|
||||
'Progress']
|
||||
'ProgressBar']
|
||||
|
||||
_initialized = 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user