Fixed a mistake on my part when regenerating: removed a bogus import of Applscript_Suite.
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 7 May 2002 20:16:20 +0000 (20:16 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 7 May 2002 20:16:20 +0000 (20:16 +0000)
Bugfix candidate (I'll move it over myself).

Mac/Lib/lib-scriptpackages/Finder/Standard_Suite.py

index 1d16255519b81a6a9dcb63732d3c215d9ccccf70..2840fb43e749f35bf34b9b4c6b0f7d6eb24c9df7 100644 (file)
@@ -316,8 +316,6 @@ class Standard_Suite_Events(Standard_Suite_Events):
                if _arguments.has_key('----'):
                        return _arguments['----']
 
-import AppleScript_Suite
-import AppleScript_Suite
 _Enum_list = None # XXXX enum list not found!!
 _Enum_bool = None # XXXX enum bool not found!!