testing push/pull request to Kovid

This commit is contained in:
GRiker 2013-05-30 11:38:50 -06:00
parent e928bdb350
commit 8192dcd61c

View File

@ -16,8 +16,9 @@ import os, sys
from collections import OrderedDict from collections import OrderedDict
from ctypes import ( from ctypes import (
c_int, c_long, c_void_p, c_char_p, Structure, POINTER, byref, cdll, c_char, c_ulonglong, byref, cdll, create_string_buffer,
c_uint, c_ubyte, create_string_buffer, string_at) c_char, c_char_p, c_int, c_long, c_ubyte, c_uint, c_ulonglong, c_void_p,
POINTER, string_at, Structure)
from calibre.constants import DEBUG, islinux, isosx, iswindows from calibre.constants import DEBUG, islinux, isosx, iswindows
from calibre.devices.idevice.parse_xml import XmlPropertyListParser from calibre.devices.idevice.parse_xml import XmlPropertyListParser