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,11 +11,10 @@ from __future__ import unicode_literals
import logging
import objc
from AppKit import *
from AppKit import NSWorkspace
from hsutil import io
from hsutil.path import Path
from hsutil.str import get_file_ext
from core import fs
from core.app_cocoa import DupeGuru as DupeGuruBase