mirror of
https://github.com/python/cpython.git
synced 2025-10-16 19:57:59 +00:00
Merge with 3.3
This commit is contained in:
commit
667a03b292
9 changed files with 118 additions and 2 deletions
|
@ -95,4 +95,5 @@ def main():
|
|||
mainloop()
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
from unittest import main
|
||||
main('idlelib.idle_test.test_pathbrowser', verbosity=2, exit=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue