Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ead4c80

Browse files
committed
Fixed a mistake on my part when regenerating: removed a bogus import of Applscript_Suite.
Bugfix candidate (I'll move it over myself).
1 parent 821013e commit ead4c80

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,6 @@ def select(self, _object, _attributes={}, **_arguments):
316316
if _arguments.has_key('----'):
317317
return _arguments['----']
318318

319-
import AppleScript_Suite
320-
import AppleScript_Suite
321319
_Enum_list = None # XXXX enum list not found!!
322320
_Enum_bool = None # XXXX enum bool not found!!
323321

0 commit comments

Comments
 (0)