1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Explicited pyobjc imports.

This commit is contained in:
Virgil Dupras
2010-01-18 08:48:44 +01:00
parent 5cda4a1eb4
commit 2d5502cc2f
6 changed files with 14 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ import logging
import plistlib
import re
from AppKit import NSBundle, NSUserDefaults, NSURL
from Foundation import NSBundle, NSUserDefaults, NSURL
from appscript import app, k, CommandError
from hsutil import io