summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/test/aete.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-02-19 15:59:49 (GMT)
committerGuido van Rossum <guido@python.org>1995-02-19 15:59:49 (GMT)
commit9784295b157ac9db30d52708f67d115c397290ab (patch)
tree066d7b16e5515db0de5e13efdde2709d1463140b /Mac/Lib/test/aete.py
parent295d171650758106cd4c24410f5a5c0740b914b2 (diff)
downloadcpython-9784295b157ac9db30d52708f67d115c397290ab.zip
cpython-9784295b157ac9db30d52708f67d115c397290ab.tar.gz
cpython-9784295b157ac9db30d52708f67d115c397290ab.tar.bz2
another round... ported to __SC__
Diffstat (limited to 'Mac/Lib/test/aete.py')
-rw-r--r--Mac/Lib/test/aete.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/Mac/Lib/test/aete.py b/Mac/Lib/test/aete.py
index 205fbdb..21fff61 100644
--- a/Mac/Lib/test/aete.py
+++ b/Mac/Lib/test/aete.py
@@ -11,7 +11,7 @@ import StringIO
from Res import *
def main():
- filename = raw_input("Listing file? (default stdout): ")
+ filename = ""
redirect(filename, realmain)
def redirect(filename, func, *args):
@@ -27,14 +27,14 @@ def redirect(filename, func, *args):
def realmain():
#list('C:System Folder:Extensions:AppleScript\252')
#list('C:Tao AppleScript:Finder Liaison:Finder Liaison 1.0')
- #list('C:Tao AppleScript:Scriptable Text Editor')
+ list('C:Tao AppleScript:Scriptable Text Editor')
#list('C:Internet:Eudora 1.4.2:Eudora1.4.2')
#list('E:Excel 4.0:Microsoft Excel')
#list('C:Internet:Netscape 1.0N:Netscape 1.0N')
#find('C:')
- find('D:')
- find('E:')
- find('F:')
+ #find('D:')
+ #find('E:')
+ #find('F:')
def find(dir, maxlevel = 5):
hits = []