mirror of
https://github.com/python/cpython.git
synced 2025-11-02 06:31:29 +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 @@
|
||||||
|
|
||||||
__all__ = ['Message', 'AskString', 'AskPassword', 'AskYesNoCancel',
|
__all__ = ['Message', 'AskString', 'AskPassword', 'AskYesNoCancel',
|
||||||
'GetArgv', 'AskFileForOpen', 'AskFileForSave', 'AskFolder',
|
'GetArgv', 'AskFileForOpen', 'AskFileForSave', 'AskFolder',
|
||||||
'Progress']
|
'ProgressBar']
|
||||||
|
|
||||||
_initialized = 0
|
_initialized = 0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue