cpython/Lib/plat-mac/lib-scriptpackages/Finder
Guido van Rossum 6da48561cb Fix test_scriptpackage with pure will power.
I really don't know why I bother; these are all generated files.
But I don't recall how to regenerate them nor how to fix the generator.

The hardest part was fixing two mutual recursive imports;
somehow changing "import foo" into "from . import foo" where
foo and bar import each other AND both are imported from __init__.py
caused things to break.  Bah.
2006-04-21 15:44:20 +00:00
..
Containers_and_folders.py Fix test_scriptpackage with pure will power. 2006-04-21 15:44:20 +00:00
Enumerations.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
Files.py Fix test_scriptpackage with pure will power. 2006-04-21 15:44:20 +00:00
Finder_Basics.py Fix test_scriptpackage with pure will power. 2006-04-21 15:44:20 +00:00
Finder_items.py Oops, _propdeclarations and friends are needed: gensuitemodule uses them 2003-04-12 22:27:11 +00:00
Legacy_suite.py Re-gegernated with the new gensuitemodule. 2003-06-13 14:31:19 +00:00
Standard_Suite.py Oops, _propdeclarations and friends are needed: gensuitemodule uses them 2003-04-12 22:27:11 +00:00
Type_Definitions.py Oops, _propdeclarations and friends are needed: gensuitemodule uses them 2003-04-12 22:27:11 +00:00
Window_classes.py Oops, _propdeclarations and friends are needed: gensuitemodule uses them 2003-04-12 22:27:11 +00:00
__init__.py Fix test_scriptpackage with pure will power. 2006-04-21 15:44:20 +00:00