summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/lib-scriptpackages/Finder/Files.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2006-04-21 15:44:20 (GMT)
committerGuido van Rossum <guido@python.org>2006-04-21 15:44:20 (GMT)
commit6da48561cb7844526164d3a656c6d16afe904e3d (patch)
tree76b85ad3717da33ef7c6246807204b902a3ac920 /Lib/plat-mac/lib-scriptpackages/Finder/Files.py
parentc350d1a1106658d968badf2c35f5b10ddaa59a3e (diff)
downloadcpython-6da48561cb7844526164d3a656c6d16afe904e3d.zip
cpython-6da48561cb7844526164d3a656c6d16afe904e3d.tar.gz
cpython-6da48561cb7844526164d3a656c6d16afe904e3d.tar.bz2
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.
Diffstat (limited to 'Lib/plat-mac/lib-scriptpackages/Finder/Files.py')
-rw-r--r--Lib/plat-mac/lib-scriptpackages/Finder/Files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-mac/lib-scriptpackages/Finder/Files.py b/Lib/plat-mac/lib-scriptpackages/Finder/Files.py
index ddbe1ba..1b96540 100644
--- a/Lib/plat-mac/lib-scriptpackages/Finder/Files.py
+++ b/Lib/plat-mac/lib-scriptpackages/Finder/Files.py
@@ -148,7 +148,7 @@ document_file._privpropdict = {
}
document_file._privelemdict = {
}
-import Finder_items
+from . import Finder_items
file._superclassnames = ['item']
file._privpropdict = {
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,