From 5f6cfb3f2dec1efd5b0f228b268d25310ca2afd8 Mon Sep 17 00:00:00 2001 From: GRiker Date: Fri, 25 Jan 2013 04:37:24 -0700 Subject: [PATCH] Added local DEBUG option to disable ITUNES diagnostics while iDevice is connected --- src/calibre/devices/apple/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/apple/driver.py b/src/calibre/devices/apple/driver.py index f82cf08f0f..2ab9a11daa 100644 --- a/src/calibre/devices/apple/driver.py +++ b/src/calibre/devices/apple/driver.py @@ -7,7 +7,7 @@ __docformat__ = 'restructuredtext en' import cStringIO, ctypes, datetime, os, platform, re, shutil, sys, tempfile, time -from calibre.constants import __appname__, __version__, DEBUG as CALIBRE_DEBUG +from calibre.constants import __appname__, __version__, cache_dir, DEBUG as CALIBRE_DEBUG from calibre import fit_image, confirm_config_name, strftime as _strftime from calibre.constants import isosx, iswindows, cache_dir as _cache_dir from calibre.devices.errors import OpenFeedback, UserFeedback