mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
'Progress' doesn't exists, causing 'from EasyDialogs import *' to fail
This commit is contained in:
parent
f9c2eda3c1
commit
5d6ad75d50
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ import sys
|
|||
|
||||
__all__ = ['Message', 'AskString', 'AskPassword', 'AskYesNoCancel',
|
||||
'GetArgv', 'AskFileForOpen', 'AskFileForSave', 'AskFolder',
|
||||
'Progress']
|
||||
'ProgressBar']
|
||||
|
||||
_initialized = 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue